summaryrefslogtreecommitdiff
path: root/src/include/wiredtiger.in
diff options
context:
space:
mode:
authorAlex Gorrod <alexander.gorrod@mongodb.com>2015-07-15 16:53:17 +1000
committerMichael Cahill <michael.cahill@mongodb.com>2015-08-10 15:36:12 +1000
commit8daa0debaacbdb046b690ebcaaf69afc32d4cca3 (patch)
tree361632a7f0222254ac3aa6fac769fb38c6bb7002 /src/include/wiredtiger.in
parent48648de31df360e3508776c3b6ed46f27ba56142 (diff)
downloadmongo-8daa0debaacbdb046b690ebcaaf69afc32d4cca3.tar.gz
WT-1930 Add configuration option to disable sweep of old handles
Merge pull request #2044 from wiredtiger/WT-1930 (cherry picked from commit 263c5b7cc8b00dda34d230ee315309f1bd69b6d3)
Diffstat (limited to 'src/include/wiredtiger.in')
-rw-r--r--src/include/wiredtiger.in10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/include/wiredtiger.in b/src/include/wiredtiger.in
index c28ce83d122..ddb738e8fb8 100644
--- a/src/include/wiredtiger.in
+++ b/src/include/wiredtiger.in
@@ -1619,8 +1619,9 @@ struct __wt_connection {
* handles open before the file manager will look for handles to close.,
* a string; default \c 250.}
* @config{&nbsp;&nbsp;&nbsp;&nbsp;close_idle_time, amount of time in
- * seconds a file handle needs to be idle before attempting to close
- * it., an integer between 1 and 100000; default \c 30.}
+ * seconds a file handle needs to be idle before attempting to close it.
+ * A setting of 0 means that idle handles are not closed., an integer
+ * between 0 and 100000; default \c 30.}
* @config{&nbsp;&nbsp;&nbsp;&nbsp;close_scan_interval, interval in
* seconds at which to check for files that are inactive and close
* them., an integer between 1 and 100000; default \c 10.}
@@ -1993,8 +1994,9 @@ struct __wt_connection {
* before the file manager will look for handles to close., a string; default \c
* 250.}
* @config{&nbsp;&nbsp;&nbsp;&nbsp;close_idle_time, amount of time in
- * seconds a file handle needs to be idle before attempting to close it., an
- * integer between 1 and 100000; default \c 30.}
+ * seconds a file handle needs to be idle before attempting to close it. A
+ * setting of 0 means that idle handles are not closed., an integer between 0
+ * and 100000; default \c 30.}
* @config{&nbsp;&nbsp;&nbsp;&nbsp;close_scan_interval, interval in seconds at
* which to check for files that are inactive and close them., an integer
* between 1 and 100000; default \c 10.}