CheckSortedSet
This commit is contained in:
parent
c9600d9355
commit
cd998f0a26
5
main.go
5
main.go
@ -438,7 +438,10 @@ func main() {
|
||||
core.WriteLogProcess(&cr)
|
||||
}()
|
||||
go func() {
|
||||
CheckSortedSet(&cr)
|
||||
for {
|
||||
time.Sleep(30 * time.Minute)
|
||||
CheckSortedSet(&cr)
|
||||
}
|
||||
}()
|
||||
// 永久阻塞
|
||||
select {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user