-
public class FeatureStorageConfiguration.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final FeatureStorageConfigurationDEFAULTpublic final static FeatureStorageConfiguration.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final FeatureStorageConfigurationgetDEFAULT()Default storage configuration with the following parameters: max item size = 512 KB, max items per batch = 500, max batch size = 4 MB, old batch threshold = 18 hours. -
-
Method Detail
-
getDEFAULT
final FeatureStorageConfiguration getDEFAULT()
Default storage configuration with the following parameters: max item size = 512 KB, max items per batch = 500, max batch size = 4 MB, old batch threshold = 18 hours.
-
-
-
-