Decrease the API call intervals to get quicker UI updates

This commit is contained in:
ChrisTerBeke 2019-01-15 14:17:38 +01:00
parent 3d6710d5b6
commit a702661b5d
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ class CloudOutputDeviceManager:
META_CLUSTER_ID = "um_cloud_cluster_id"
# The interval with which the remote clusters are checked
CHECK_CLUSTER_INTERVAL = 50.0 # seconds
CHECK_CLUSTER_INTERVAL = 30.0 # seconds
# The translation catalog for this device.
I18N_CATALOG = i18nCatalog("cura")