We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b0306e commit b789028Copy full SHA for b789028
src/Common/QueryFuzzer.h
@@ -85,7 +85,7 @@ class QueryFuzzer
85
// converging to it. If the expected value is inifinite, the average will keep growing without
86
// bound.)
87
size_t iteration_count = 0;
88
- const size_t iteration_limit = 500000;
+ static constexpr size_t iteration_limit = 500000;
89
90
// These arrays hold parts of queries that we can substitute into the query
91
// we are currently fuzzing. We add some part from each new query we are asked
0 commit comments