summaryrefslogtreecommitdiff
path: root/src/async/async_worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/async/async_worker.c')
-rw-r--r--src/async/async_worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/async/async_worker.c b/src/async/async_worker.c
index cf83d797738..401d0616eab 100644
--- a/src/async/async_worker.c
+++ b/src/async/async_worker.c
@@ -37,7 +37,7 @@ retry:
*/
while (last_consume == async->head &&
async->flush_state != WT_ASYNC_FLUSHING) {
- WT_STAT_FAST_CONN_INCR(session, async_nowork);
+ WT_STAT_CONN_INCR(session, async_nowork);
if (++tries < MAX_ASYNC_YIELD)
/*
* Initially when we find no work, allow other