Development

This commit is contained in:
Matthew Grotke 2026-06-09 01:52:19 -04:00
parent ffbdce3436
commit f672d324d3
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ PRODUCT_NAME = os.environ.get('PRODUCT_NAME', 'routlin')
DASHB_TIMER_NAME = f'{PRODUCT_NAME}-dashboard-queue'
DDNS_TIMER_NAME = f'{PRODUCT_NAME}-ddns-update'
WEB_APP_DISPLAY_NAME = os.environ.get('WEB_APP_DISPLAY_NAME', f'{PRODUCT_NAME.capitalize()} Dashboard')
DASHB_INTERVAL_SECS = 60
DASHB_INTERVAL_SECS = 30
QUEUE_MAX_LINES = 50