Skip to content

Commit e966d57

Browse files
committed
increase default
Signed-off-by: Attila Mészáros <[email protected]>
1 parent cfd0ad7 commit e966d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/PrimaryUpdateAndCacheUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*/
4343
public class PrimaryUpdateAndCacheUtils {
4444

45-
public static final int DEFAULT_MAX_RETRY = 3;
45+
public static final int DEFAULT_MAX_RETRY = 10;
4646

4747
private PrimaryUpdateAndCacheUtils() {}
4848

0 commit comments

Comments
 (0)