mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:18:58 +08:00
Decrease update interval to 60 sec
It's the same as what the rest uses and it should decrease the load on our servers a lot
This commit is contained in:
parent
653dd42e87
commit
c800c2850c
@ -40,7 +40,7 @@ class Account(QObject):
|
||||
"""
|
||||
|
||||
# The interval in which sync services are automatically triggered
|
||||
SYNC_INTERVAL = 30.0 # seconds
|
||||
SYNC_INTERVAL = 60.0 # seconds
|
||||
Q_ENUMS(SyncState)
|
||||
|
||||
loginStateChanged = pyqtSignal(bool)
|
||||
|
Loading…
x
Reference in New Issue
Block a user