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

Reload False by default, just to be conservative

parent e65e501e
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ def parse_args():
return parser.parse_args()
def main(args, app_name='model_server.base.api:app', reload=True) -> None:
def main(args, app_name='model_server.base.api:app', reload=False) -> None:
print('CLI args:\n' + str(args))
server_process = Process(
......
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