fix bug: repush edgeingo routinue

This commit is contained in:
KusakabeSi 2021-10-16 01:07:46 +00:00
parent 4a15fa95c1
commit 1963429157

View File

@ -400,7 +400,7 @@ func RoutinePushSettings(interval time.Duration) {
force = false
}
PushNhTable(force)
PushPeerinfo(false)
PushPeerinfo(force)
time.Sleep(path.S2TD(1))
}
}