zstan commented on a change in pull request #6770: IGNITE-12061 Fix inline size
change.
URL: https://github.com/apache/ignite/pull/6770#discussion_r314671160
##########
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:
will be fixed
----------------------------------------------------------------
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