STAR-322: Fixing job uploads

This commit is contained in:
Daniel Schiavini 2018-12-04 17:37:58 +01:00
parent 02efc9e1a9
commit 8ea4edf67e
4 changed files with 49 additions and 54 deletions

View file

@ -21,7 +21,7 @@ from .Models import CloudCluster, CloudErrorObject
class CloudOutputDeviceManager:
# The interval with which the remote clusters are checked
CHECK_CLUSTER_INTERVAL = 5 # seconds
CHECK_CLUSTER_INTERVAL = 5.0 # seconds
# The translation catalog for this device.
I18N_CATALOG = i18nCatalog("cura")