mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-17 03:37:48 -06:00
Change connection status checking interval to 10s
CURA-7437
This commit is contained in:
parent
e24797b94e
commit
fbddf88462
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from cura.UltimakerCloud import UltimakerCloudAuthentication
|
||||||
class ConnectionStatus(QObject):
|
class ConnectionStatus(QObject):
|
||||||
"""Status info for some web services"""
|
"""Status info for some web services"""
|
||||||
|
|
||||||
UPDATE_INTERVAL = 5.0 # seconds
|
UPDATE_INTERVAL = 10.0 # seconds
|
||||||
ULTIMAKER_CLOUD_STATUS_URL = UltimakerCloudAuthentication.CuraCloudAPIRoot + "/connect/v1/"
|
ULTIMAKER_CLOUD_STATUS_URL = UltimakerCloudAuthentication.CuraCloudAPIRoot + "/connect/v1/"
|
||||||
|
|
||||||
__instance = None # type: Optional[ConnectionStatus]
|
__instance = None # type: Optional[ConnectionStatus]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue