Kaynağa Gözat

ft: 时间修正

master
SisMaker 4 yıl önce
ebeveyn
işleme
516f9eee82
3 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. BIN
      fileSync
  2. BIN
      fileSync.exe
  3. +2
    -2
      fileSync.go

BIN
fileSync Dosyayı Görüntüle


BIN
fileSync.exe Dosyayı Görüntüle


+ 2
- 2
fileSync.go Dosyayı Görüntüle

@ -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()

Yükleniyor…
İptal
Kaydet