mirror of
https://github.com/alireza0/x-ui.git
synced 2026-03-18 14:55:49 +00:00
fix run schedule run time
This commit is contained in:
@@ -105,7 +105,7 @@ func processLogFile() {
|
||||
LimitDevice := func() { LimitDevice() }
|
||||
|
||||
stop := schedule(LimitDevice, 1000 *time.Millisecond)
|
||||
time.Sleep(10 * time.Second)
|
||||
time.Sleep(60 * time.Second)
|
||||
stop <- true
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user