Aitozi commented on a change in pull request #31:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/31#discussion_r817296067



##########
File path: 
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/reconciler/BaseReconciler.java
##########
@@ -41,17 +43,32 @@
 
     private static final Logger LOG = 
LoggerFactory.getLogger(BaseReconciler.class);
 
-    public static final int REFRESH_SECONDS = 60;
-    public static final int PORT_READY_DELAY_SECONDS = 10;
+    public final int reconcileDelayInSec;
+    public final int portCheckIntervalInSec;

Review comment:
       Agree, will follow your suggestion




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to