summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_db.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-08-11 06:31:43 +0200
committerChristian Grothoff <christian@grothoff.org>2018-08-11 06:31:43 +0200
commit30191a8ae5908464268569ff4064a87482fb25bc (patch)
tree5213fd41a36940f79bc06022363514c97138440f /src/exchange/taler-exchange-httpd_db.c
parent657afbb5d66e6a79dcd61184950489febfc98a33 (diff)
downloadexchange-30191a8ae5908464268569ff4064a87482fb25bc.tar.gz
exchange-30191a8ae5908464268569ff4064a87482fb25bc.tar.bz2
exchange-30191a8ae5908464268569ff4064a87482fb25bc.zip
be aggressive
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
-rw-r--r--src/exchange/taler-exchange-httpd_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c
index 76a45e2fc..5ba9f989f 100644
--- a/src/exchange/taler-exchange-httpd_db.c
+++ b/src/exchange/taler-exchange-httpd_db.c
@@ -30,7 +30,7 @@
* How often should we retry a transaction before giving up
* (for transactions resulting in serialization/dead locks only).
*/
-#define MAX_TRANSACTION_COMMIT_RETRIES 10
+#define MAX_TRANSACTION_COMMIT_RETRIES 100
/**