add compatibility server setting

This commit is contained in:
Fabian Dill
2020-07-16 16:57:38 +02:00
parent fe2c743480
commit 1d036c0d3c
3 changed files with 26 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ class DBCommandProcessor(ServerCommandProcessor):
class WebHostContext(Context):
def __init__(self):
super(WebHostContext, self).__init__("", 0, "", 1, 40, True, "enabled", "enabled", 0)
super(WebHostContext, self).__init__("", 0, "", 1, 40, True, "enabled", "enabled", 0, 2)
self.main_loop = asyncio.get_running_loop()
self.video = {}
self.tags = ["Berserker", "WebHost"]