mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
relax sync check from 1 minute to 5 minutes
This commit is contained in:
parent
090161e69f
commit
35dd5c9c51
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ Error: %s""" % `error`)
|
||||||
self.setStatus("")
|
self.setStatus("")
|
||||||
return
|
return
|
||||||
timediff = abs(proxy.timestamp - time.time())
|
timediff = abs(proxy.timestamp - time.time())
|
||||||
if timediff > 60:
|
if timediff > 300:
|
||||||
self.emit(SIGNAL("syncClockOff"), timediff)
|
self.emit(SIGNAL("syncClockOff"), timediff)
|
||||||
return
|
return
|
||||||
# reconnect
|
# reconnect
|
||||||
|
|
Loading…
Reference in a new issue