We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc4fae commit 3cd9ad0Copy full SHA for 3cd9ad0
1 file changed
src/main/java/com/googlecode/objectify/impl/Transactor.java
@@ -15,7 +15,7 @@
15
abstract class Transactor
16
{
17
// Limit default number of retries to something high but non-infinite
18
- public static final int DEFAULT_TRY_LIMIT = 20;
+ public static final int DEFAULT_TRY_LIMIT = 200;
19
20
/** */
21
protected final ObjectifyFactory factory;
0 commit comments