diff options
Diffstat (limited to 'src/include/wiredtiger.in')
-rw-r--r-- | src/include/wiredtiger.in | 10 |
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{ 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{ 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{ 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{ 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.} |