Explorar el Código

ft: 时间修正

master
SisMaker hace 4 años
padre
commit
516f9eee82
Se han modificado 3 ficheros con 2 adiciones y 2 borrados
  1. BIN
      fileSync
  2. BIN
      fileSync.exe
  3. +2
    -2
      fileSync.go

BIN
fileSync Ver fichero


BIN
fileSync.exe Ver fichero


+ 2
- 2
fileSync.go Ver fichero

@ -12,7 +12,7 @@ import (
)
const (
SendDur = 1500 // 发送时间间隔毫秒
SendDur = 1111 // 发送时间间隔毫秒
SleepDur = 86400000 // 定期器初始睡眠时间
)
@ -193,7 +193,7 @@ func (w *Watch) watchDir(dir string) {
}
case <-w.watch.Errors:
{
return
continue
}
case <-SendTimer.C:
SendToErl()

Cargando…
Cancelar
Guardar