Don't restart on config changes.
This commit is contained in:
parent
53f717e93a
commit
3c79f06d2c
|
@ -26,7 +26,6 @@ def run(*, dev=False):
|
||||||
motd=False,
|
motd=False,
|
||||||
dev=dev,
|
dev=dev,
|
||||||
auto_reload=dev,
|
auto_reload=dev,
|
||||||
reload_dir={confdir},
|
|
||||||
access_log=True,
|
access_log=True,
|
||||||
) # type: ignore
|
) # type: ignore
|
||||||
if dev:
|
if dev:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user