We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0282eb commit fd83fbdCopy full SHA for fd83fbd
1 file changed
src/modules/fullpageos/filesystem/home/pi/browser_scripts/chromium_controller.py
@@ -32,7 +32,7 @@ def __init__(self):
32
self.ip_config_file = "/home/pi/apps/ip_configurator/ip_config.json"
33
self.current_jace_url = "http://localhost:8000" # Default fallback
34
self.using_fallback = True # Track if we're using the fallback URL
35
- self.jace_check_interval = 30 # Check every 30 seconds when using fallback
+ self.jace_check_interval = 5 # Check every 30 seconds when using fallback
36
self.last_jace_check_time = 0 # Last time we checked for JACE availability
37
38
0 commit comments