summaryrefslogtreecommitdiff
path: root/src/btree/bt_page.c
diff options
context:
space:
mode:
authorKeith Bostic <keith@wiredtiger.com>2015-01-04 14:15:07 -0500
committerKeith Bostic <keith@wiredtiger.com>2015-01-04 14:15:07 -0500
commitf279b6b17fb12e97e028e4432f265b99cd7426de (patch)
treeef7c8c0dca0725e52deb0d2fc85c6306edd536ec /src/btree/bt_page.c
parent1f9098871a9148f2b1f6dd49aec01418c95ddf5c (diff)
downloadmongo-f279b6b17fb12e97e028e4432f265b99cd7426de.tar.gz
whitespace
Diffstat (limited to 'src/btree/bt_page.c')
-rw-r--r--src/btree/bt_page.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree/bt_page.c b/src/btree/bt_page.c
index a5f35bf0862..037c288da96 100644
--- a/src/btree/bt_page.c
+++ b/src/btree/bt_page.c
@@ -165,7 +165,7 @@ __wt_page_in_func(WT_SESSION_IMPL *session, WT_REF *ref, uint32_t flags
*/
if (++wait_cnt < 1000)
__wt_yield();
- else {
+ else {
sleep_cnt = WT_MIN(wait_cnt, 10000);
wait_cnt *= 2;
WT_STAT_FAST_CONN_INCRV(session, page_sleep, sleep_cnt);