summaryrefslogtreecommitdiff
path: root/src/mongo/db/keys_collection_manager.cpp
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2018-05-29 15:57:49 -0400
committerBilly Donahue <billy.donahue@mongodb.com>2018-05-30 13:41:29 -0400
commite7fd01e0293bbb46b330ba00819ceaa638e88921 (patch)
tree1d3227fd41237b9ed82a5c1b232060c12276b446 /src/mongo/db/keys_collection_manager.cpp
parentf74dc79abf9b6a317a550e95089ec3a0d45ec085 (diff)
downloadmongo-e7fd01e0293bbb46b330ba00819ceaa638e88921.tar.gz
SERVER-35275 rename fail point FP macros, improve docs
Diffstat (limited to 'src/mongo/db/keys_collection_manager.cpp')
-rw-r--r--src/mongo/db/keys_collection_manager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/keys_collection_manager.cpp b/src/mongo/db/keys_collection_manager.cpp
index 6b8703ce2a4..6c142de2314 100644
--- a/src/mongo/db/keys_collection_manager.cpp
+++ b/src/mongo/db/keys_collection_manager.cpp
@@ -63,7 +63,7 @@ Milliseconds kMaxRefreshWaitTime(10 * 60 * 1000);
// Prevents the refresher thread from waiting longer than the given number of milliseconds, even on
// a successful refresh.
-MONGO_FP_DECLARE(maxKeyRefreshWaitTimeOverrideMS);
+MONGO_FAIL_POINT_DEFINE(maxKeyRefreshWaitTimeOverrideMS);
/**
* Returns the amount of time to wait until the monitoring thread should attempt to refresh again.