Rendering is mostly working. Still need to finish presenters and everything related to files.

This commit is contained in:
Scott Idem
2020-02-11 15:58:06 -05:00
parent 33d163512e
commit 85b268c0b8
3 changed files with 289 additions and 167 deletions

View File

@@ -32,9 +32,9 @@
"idb_check_period": 30000,
"idb_event_check_period": 120000,
"idb_event_location_check_period": 90000,
"idb_event_session_check_period": 60000,
"idb_event_presentation_check_period": 60000,
"idb_event_presenter_check_period": 60000,
"idb_event_session_check_period": 90000,
"idb_event_presentation_check_period": 90000,
"idb_event_presenter_check_period": 30000,
"idb_event_file_check_period": 60000,
"host_file_cache_path": "file_cache",
"host_file_cache_check_period": 30000,