diff options
author | Garren Smith <garren.smith@gmail.com> | 2018-11-29 08:57:50 +0200 |
---|---|---|
committer | garren smith <garren.smith@gmail.com> | 2019-01-21 19:52:05 +0200 |
commit | 33e36254d787b38af7144b37fbb83783723a794a (patch) | |
tree | dc736a4ed28c8cc546c9abeff600d4a1dbe7c51b | |
parent | c5d9cfe570bbb001b0c8af1bc226fc9a24fc8afa (diff) | |
download | couchdb-33e36254d787b38af7144b37fbb83783723a794a.tar.gz |
add default fabric request timeouts
-rw-r--r-- | rel/overlay/etc/default.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index ae9d3133e..a32cfdf12 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -194,6 +194,11 @@ port = 6984 ; changes_duration = ; shard_timeout_factor = 2 ; uuid_prefix_len = 7 +; request_timeout = 60000 +; all_docs_timeout = 10000 +; attachments_timeout = 60000 +; view_timeout = 3600000 +; partition_view_timeout = 3600000 ; [rexi] ; buffer_count = 2000 |