Skip to content
Snippets Groups Projects
Commit 589b4a7f authored by Christopher Randolph Rhodes's avatar Christopher Randolph Rhodes
Browse files

Enable uvicorn reload by default

parent 18d99eee
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,7 @@ def main(args, app_name='model_server.base.api:app') -> None:
'host': args.host,
'port': int(args.port),
'log_level': 'debug',
'reload': True,
},
daemon=True,
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment