9
0
Fork 0

Run as single process
continuous-integration/drone Build is passing Details

This commit is contained in:
Lauri Võsandi 2023-03-06 18:37:37 +02:00
parent c02d23cead
commit 563aabe77b
1 changed files with 1 additions and 1 deletions

View File

@ -203,4 +203,4 @@ async def view_export(request):
pool.pop(target)
app.run(host="0.0.0.0", port=3001)
app.run(host="0.0.0.0", port=3001, single_process=True)