Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mongodb/mongo-snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
dwight committed Sep 28, 2011
2 parents eebf74f + ac04f74 commit d7b1049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sharding/simple-setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
N_SHARDS=3
N_CONFIG=1 # must be either 1 or 3
N_MONGOS=1
CHUNK_SIZE=200 # in MB (make small to test splitting)
CHUNK_SIZE=64 # in MB (make small to test splitting)
MONGOS_PORT=27017 if N_MONGOS == 1 else 10000 # start at 10001 when multi

CONFIG_ARGS=[]
Expand Down

0 comments on commit d7b1049

Please sign in to comment.