mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-97681 The maximum time to process mergeable chunks should default to INT_MAX (#29652)
GitOrigin-RevId: e94026372edf6cba181c5c143c7d7bd56f2d055f
This commit is contained in:
parent
959fe12707
commit
9894751936
@ -349,7 +349,7 @@ public:
|
||||
const NamespaceString& nss,
|
||||
const ShardId& shardId,
|
||||
int maxNumberOfChunksToMerge = INT_MAX,
|
||||
int maxTimeProcessingChunksM = 0);
|
||||
int maxTimeProcessingChunksMS = INT_MAX);
|
||||
|
||||
/**
|
||||
* Updates metadata in config.chunks collection to show the given chunk in its new shard.
|
||||
|
Loading…
Reference in New Issue
Block a user