diff options
-rw-r--r-- | bench/wtperf/wtperf_throttle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/wtperf/wtperf_throttle.c b/bench/wtperf/wtperf_throttle.c index fcb3cf515b5..bba1f629715 100644 --- a/bench/wtperf/wtperf_throttle.c +++ b/bench/wtperf/wtperf_throttle.c @@ -113,7 +113,7 @@ worker_throttle(CONFIG_THREAD *thread) /* * Take the minimum so we don't overfill the queue. - */ + */ throttle_cfg->ops_count = WT_MIN(throttle_cfg->ops_count, thread->workload->throttle); |