pavlukhin commented on a change in pull request #6770: IGNITE-12061 Fix inline
size change.
URL: https://github.com/apache/ignite/pull/6770#discussion_r314606382
##########
File path:
modules/indexing/src/main/java/org/apache/ignite/internal/processors/query/h2/database/H2Tree.java
##########
@@ -105,7 +108,8 @@
private final H2RowCache rowCache;
/** How often real invocation of inline size calculation will be skipped.
*/
- private static final int THROTTLE_INLINE_SIZE_CALCULATION = 1_000;
+ private final int THROTTLE_INLINE_SIZE_CALCULATION =
Review comment:
As field is not _static_ anymore it is better to use a usual class field
_camel case_ name.
----------------------------------------------------------------
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]
With regards,
Apache Git Services