Skip to content

Commit ac04f74

Browse files
committed
Lower chunk size to new(ish) default of 64MB
1 parent b2c68df commit ac04f74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharding/simple-setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
N_SHARDS=3
2929
N_CONFIG=1 # must be either 1 or 3
3030
N_MONGOS=1
31-
CHUNK_SIZE=200 # in MB (make small to test splitting)
31+
CHUNK_SIZE=64 # in MB (make small to test splitting)
3232
MONGOS_PORT=27017 if N_MONGOS == 1 else 10000 # start at 10001 when multi
3333

3434
CONFIG_ARGS=[]

0 commit comments

Comments
 (0)