summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2017-07-03 19:50:09 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2017-07-03 19:50:09 +0200
commit6fa6c4716c337abd9baf4b5fabfa468384b22262 (patch)
tree9818367c36955d9c4d85330318e3fe528266db48
parentc835a568f4f21154995fe79f68a551987d920603 (diff)
downloadanalyzer-6fa6c4716c337abd9baf4b5fabfa468384b22262.tar.gz
analyzer-6fa6c4716c337abd9baf4b5fabfa468384b22262.zip
need moar dpsrelease/2.9.0
-rw-r--r--worker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/worker.py b/worker.py
index cb412ec..0d8f3c4 100644
--- a/worker.py
+++ b/worker.py
@@ -11,7 +11,7 @@ from sqlalchemy import create_engine
import pika
import trueskill
import mpmath
-mpmath.mp.dps = 25 # increase if FloatingPointError
+mpmath.mp.dps = 50 # increase if FloatingPointError
RABBITMQ_URI = os.environ.get("RABBITMQ_URI") or "amqp://localhost"