tkalkirill commented on code in PR #812:
URL: https://github.com/apache/ignite-3/pull/812#discussion_r879657990
##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/configuration/schema/PageMemoryDataRegionConfigurationSchema.java:
##########
@@ -57,10 +56,6 @@ public class PageMemoryDataRegionConfigurationSchema {
@InjectedName
public String name;
- @Immutable
- @Value(hasDefault = true)
- public int pageSize = 16 * 1024;
-
@Value(hasDefault = true)
public boolean persistent = false;
Review Comment:
Tried to make a polymorphic configuration.
--
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]