mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 05:23:58 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue