Searched refs:MAX_DATA_BLOCK_SIZE (Results 1 – 1 of 1) sorted by relevance
73 private static final int MAX_DATA_BLOCK_SIZE = 1024 * 100; field in PersistentDataBlockService518 return actualSize <= MAX_DATA_BLOCK_SIZE ? actualSize : MAX_DATA_BLOCK_SIZE;