From b3fb215860a8e50e4a6c551fef78628acdbf25c7 Mon Sep 17 00:00:00 2001 From: drebs Date: Tue, 5 Jul 2016 07:45:06 +0200 Subject: [bug] use default sqlcipher timeout --- client/src/leap/soledad/client/adbapi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/leap/soledad/client/adbapi.py b/client/src/leap/soledad/client/adbapi.py index cfd7675c..328b4762 100644 --- a/client/src/leap/soledad/client/adbapi.py +++ b/client/src/leap/soledad/client/adbapi.py @@ -49,7 +49,7 @@ if DEBUG_SQL: How long the SQLCipher connection should wait for the lock to go away until raising an exception. """ -SQLCIPHER_CONNECTION_TIMEOUT = 10 +SQLCIPHER_CONNECTION_TIMEOUT = 5 """ How many times a SQLCipher query should be retried in case of timeout. -- cgit v1.2.3