summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-03-02 18:34:14 +0100
committerschneefux <schneefux+commit@schneefux.xyz>2017-03-02 18:34:14 +0100
commit0af781413355c42850c2b7176112502d9cb4fde2 (patch)
tree737d360235208caeaef64721bc4a8011842ea59b
parent624d1d8b30d76f7ccd3498fefda3d5ec75653321 (diff)
downloadshrinker-0af781413355c42850c2b7176112502d9cb4fde2.tar.gz
shrinker-0af781413355c42850c2b7176112502d9cb4fde2.zip
reduce number of workers to 1 to workaround deadlock issues
-rw-r--r--api.py2
1 files changed, 1 insertions, 1 deletions
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(