mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 22:34:52 +00:00
Increase sync interval
This commit is contained in:
parent
077930f85e
commit
846b7ec710
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ log = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
class Syncer:
|
class Syncer:
|
||||||
INTERVAL = 2
|
INTERVAL = 20
|
||||||
|
|
||||||
clients = {}
|
clients = {}
|
||||||
thread = None
|
thread = None
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue