summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_knobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/query_knobs.h')
-rw-r--r--src/mongo/db/query/query_knobs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/query/query_knobs.h b/src/mongo/db/query/query_knobs.h
index 6165be149f8..8cc699012d8 100644
--- a/src/mongo/db/query/query_knobs.h
+++ b/src/mongo/db/query/query_knobs.h
@@ -157,6 +157,8 @@ extern AtomicInt32 internalQueryMaxPushBytes;
extern AtomicInt32 internalQueryMaxAddToSetBytes;
+extern AtomicInt32 internalQueryMaxRangeBytes;
+
// The number of bytes after which explain should start truncating portions of its output.
extern AtomicInt32 internalQueryExplainSizeThresholdBytes;
} // namespace mongo