Update more hashfield on site check

This commit is contained in:
shortcutme 2016-11-07 22:37:31 +01:00
parent 3ba2ecedce
commit efbd485f5f

View file

@ -240,7 +240,7 @@ class FileServer(ConnectionServer):
if site.settings["own"]: # Check connections more frequently on own sites to speed-up first connections if site.settings["own"]: # Check connections more frequently on own sites to speed-up first connections
site.needConnections() site.needConnections()
site.sendMyHashfield(3) site.sendMyHashfield(3)
site.updateHashfield(1) site.updateHashfield(3)
time.sleep(2) time.sleep(2)
# Detects if computer back from wakeup # Detects if computer back from wakeup