Skip to content

Commit b789028

Browse files
committed
Fix
1 parent 7b0306e commit b789028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/QueryFuzzer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class QueryFuzzer
8585
// converging to it. If the expected value is inifinite, the average will keep growing without
8686
// bound.)
8787
size_t iteration_count = 0;
88-
const size_t iteration_limit = 500000;
88+
static constexpr size_t iteration_limit = 500000;
8989

9090
// These arrays hold parts of queries that we can substitute into the query
9191
// we are currently fuzzing. We add some part from each new query we are asked

0 commit comments

Comments
 (0)