This commit is contained in:
yangduo 2024-07-22 16:18:52 +08:00
parent 0f0558bf94
commit 593bda14f1

View File

@ -150,6 +150,7 @@ func CheckRedirect() {
list, _ := requestCache.Load(acc)
if len(*list) == 0 {
requestCache.Delete(acc)
accountMutexmap.Delete(acc)
}
}
}