Brian O'Connor

IdBlockStore: changing default size

Change-Id: I3d3bf42cbef4590c345cd6b1b4f871da8d617568
...@@ -35,7 +35,7 @@ import java.util.Map; ...@@ -35,7 +35,7 @@ import java.util.Map;
35 @Service 35 @Service
36 public class DistributedIdBlockStore implements IdBlockStore { 36 public class DistributedIdBlockStore implements IdBlockStore {
37 37
38 - private static final long DEFAULT_BLOCK_SIZE = 0x1000L; 38 + private static final long DEFAULT_BLOCK_SIZE = 0x100000L;
39 39
40 protected Map<String, IAtomicLong> topicBlocks; 40 protected Map<String, IAtomicLong> topicBlocks;
41 41
......