Brian O'Connor

IdBlockStore: changing default size

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