Skip to content

Commit

Permalink
Update gridfs.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tdq45gj committed Feb 14, 2023
1 parent aa3e0dd commit 0e98667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/legacy42/jstests/tool/gridfs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// tests gridfs with a sharded fs.chunks collection.
// @tags: [requires_sharding]

var test = new ShardingTest({shards: 3, mongos: 1, config: 1, verbose: 2, other: {chunkSize: 1}});
var test = new ShardingTest({shards: 3, mongos: 1, verbose: 2, other: {chunkSize: 1}});

var mongos = test.s0;

Expand Down

0 comments on commit 0e98667

Please sign in to comment.