0
0
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:
Silvia Surroca 2024-11-27 11:04:14 +01:00 committed by MongoDB Bot
parent 959fe12707
commit 9894751936

View File

@ -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.