diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-02-24 13:53:09 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-02-24 13:53:19 +0100 |
commit | fd9ba53c492835b52bd75a5ae113b7bcc81fe161 (patch) | |
tree | ccb61b10436e0fdc5cb068595fad26e910bdabb2 /src/exchange/taler-exchange-httpd_db.c | |
parent | 10b9023575b14e581cfd952b75039e71488f5a8f (diff) |
make_coin_known can experience serialization failures, add retry logic
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
-rw-r--r-- | src/exchange/taler-exchange-httpd_db.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c index f621d8c8..d383c471 100644 --- a/src/exchange/taler-exchange-httpd_db.c +++ b/src/exchange/taler-exchange-httpd_db.c @@ -29,19 +29,6 @@ #include "taler-exchange-httpd_responses.h" -/** - * How often should we retry a transaction before giving up - * (for transactions resulting in serialization/dead locks only). - * - * The current value is likely too high for production. We might want to - * benchmark good values once we have a good database setup. The code is - * expected to work correctly with any positive value, albeit inefficiently if - * we too aggressively force clients to retry the HTTP request merely because - * we have database serialization issues. - */ -#define MAX_TRANSACTION_COMMIT_RETRIES 100 - - enum GNUNET_DB_QueryStatus TEH_make_coin_known (const struct TALER_CoinPublicInfo *coin, struct MHD_Connection *connection, |