Skip to content

Commit 3cd9ad0

Browse files
committed
Be more diligent about retries
1 parent 5fc4fae commit 3cd9ad0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/googlecode/objectify/impl/Transactor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
abstract class Transactor
1616
{
1717
// Limit default number of retries to something high but non-infinite
18-
public static final int DEFAULT_TRY_LIMIT = 20;
18+
public static final int DEFAULT_TRY_LIMIT = 200;
1919

2020
/** */
2121
protected final ObjectifyFactory factory;

0 commit comments

Comments
 (0)