watch is now cmd line arg

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
This commit is contained in:
Marc 'risson' Schmitt
2025-06-23 17:18:23 +02:00
parent 07ff433134
commit e5b86c3578
2 changed files with 9 additions and 2 deletions

View File

@ -87,7 +87,6 @@ class Conf:
def worker(self) -> dict[str, Any]:
return {
"use_gevent": False,
"watch": settings.DEBUG,
"watch_use_polling": False,
"processes": None,
"threads": None,