Raise the re-acquire interval.

This commit is contained in:
JoelKatz
2013-01-10 08:46:02 -08:00
parent e2bac0e7cd
commit ce3ce7820b

View File

@@ -20,7 +20,7 @@
// How long before we try again to acquire the same ledger
#ifndef LEDGER_REACQUIRE_INTERVAL
#define LEDGER_REACQUIRE_INTERVAL 180
#define LEDGER_REACQUIRE_INTERVAL 600
#endif
DEFINE_INSTANCE(LedgerAcquire);