CheckSortedSet

This commit is contained in:
zhangkun9038@dingtalk.com 2025-01-13 20:38:24 +08:00
parent cd998f0a26
commit b0a12688f9

View File

@ -439,8 +439,8 @@ func main() {
}()
go func() {
for {
time.Sleep(30 * time.Minute)
CheckSortedSet(&cr)
time.Sleep(30 * time.Minute)
}
}()
// 永久阻塞