From 0af781413355c42850c2b7176112502d9cb4fde2 Mon Sep 17 00:00:00 2001 From: schneefux Date: Thu, 2 Mar 2017 18:34:14 +0100 Subject: reduce number of workers to 1 to workaround deadlock issues --- api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api.py') diff --git a/api.py b/api.py index 570dcec..bf58ea1 100644 --- a/api.py +++ b/api.py @@ -180,7 +180,7 @@ async def startup(): source_db, dest_db ) await worker.setup() - await worker.start(4) + await worker.start(1) logging.basicConfig( filename=os.path.realpath( -- cgit v1.3.1