A lot of clean up of code.

This commit is contained in:
Scott Idem
2020-03-06 16:44:19 -05:00
parent 2ddcde1642
commit 666b1fc422
10 changed files with 146 additions and 165 deletions

View File

@@ -4,6 +4,8 @@
"event_id": 14,
"event_location_id": 13,
"main_loop_interval": 2000,
"api_token_loop_interval": 1000,
"api_update_period": 90000,
"api_secret_key": "YWAAk39H2qH0edK6lPH0yg",
"use_local_api": true,
"use_local_db": false,
@@ -20,6 +22,7 @@
"local_db_name": "onesky_ams_test",
"local_db_username": "username_here",
"local_db_password": "password_here",
"update_idb_loop_interval": 1000,
"idb_name": "osit",
"idb_check_period": 30000,
"idb_event_check_period": 120000,
@@ -28,11 +31,17 @@
"idb_event_presentation_check_period": 60000,
"idb_event_presenter_check_period": 60000,
"idb_event_file_check_period": 60000,
"check_file_cache_loop_interval": 250,
"host_file_cache_path": "file_cache",
"host_file_cache_check_period": 30000,
"update_render_loop_interval": 1000,
"display_menu_session_times": true,
"display_session_codes": true,
"display_session_badges": true,
"display_presentation_codes": true,
"display_presentation_badges": true,
"display_presenter_codes": true,
"display_presenter_badges": true,
"display_arrangement": "mirror_and_extend",
"display_builtin_resolution": "",
"display_builtin_refresh": "",