Skip to content

Commit 50617df

Browse files
committed
wip
1 parent 84ea5d0 commit 50617df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/event/ReconciliationDispatcher.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@
4444

4545
/** Handles calls and results of a Reconciler and finalizer related logic */
4646
class ReconciliationDispatcher<P extends HasMetadata> {
47-
48-
public static final int MAX_UPDATE_RETRY = 10;
49-
47+
5048
private static final Logger log = LoggerFactory.getLogger(ReconciliationDispatcher.class);
5149

5250
private final Controller<P> controller;

0 commit comments

Comments
 (0)