1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-11-14 02:57:18 +00:00

Remove snaphotting from default event_handler_main

This commit is contained in:
Kristóf Tóth 2019-08-08 15:10:24 +02:00 committed by therealkrispet
parent e366a2652b
commit 4c163e1085

View File

@ -60,14 +60,6 @@ def main():
supervisor_uri=TFWENV.SUPERVISOR_HTTP_URI,
log_tail=2000
))
# Manages filesystem snapshots of directories
#snapshot_eh = eh_factory.build(SnapshotHandler(
# directories=[
# TFWENV.IDE_WD,
# TFWENV.WEBSERVICE_DIR
# ],
# snapshots_dir=TFWENV.SNAPSHOTS_DIR
#))
# Proxies frontend API calls to frontend
frontend_eh = eh_factory.build(FrontendHandler())