Mmuzaf commented on a change in pull request #8207:
URL: https://github.com/apache/ignite/pull/8207#discussion_r485537436
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/IgniteKernal.java
##########
@@ -355,7 +355,7 @@
* <p>
* Value is {@code 30 sec}.
*/
- private static final long PERIODIC_STARVATION_CHECK_FREQ = 1000 * 30;
+ public static final long PERIODIC_STARVATION_CHECK_FREQ = 1000 * 30;
Review comment:
I think it's safe to rename constant to
`DFLT_PERIODIC_STARVATION_CHECK_FREQ` like the other constants named.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]