mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Decrease the API call intervals to get quicker UI updates
This commit is contained in:
parent
3d6710d5b6
commit
a702661b5d
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ I18N_CATALOG = i18nCatalog("cura")
|
|||
class CloudOutputDevice(NetworkedPrinterOutputDevice):
|
||||
|
||||
# The interval with which the remote clusters are checked
|
||||
CHECK_CLUSTER_INTERVAL = 20.0 # seconds
|
||||
CHECK_CLUSTER_INTERVAL = 10.0 # seconds
|
||||
|
||||
# Signal triggered when the print jobs in the queue were changed.
|
||||
printJobsChanged = pyqtSignal()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue