fix run schedule run time

This commit is contained in:
Hossin Asaadi
2022-11-04 08:47:47 -04:00
parent 3d0f25b669
commit 87b301cea6

View File

@@ -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
}