commit | f0a6854e578469612937a766632fdcdc52ee9c65 | [log] [tgz] |
---|---|---|
author | Nick Vatamaniuc <vatamane@apache.org> | Wed Nov 23 23:05:00 2016 -0500 |
committer | Nick Vatamaniuc <vatamane@apache.org> | Wed Nov 23 23:05:00 2016 -0500 |
tree | e98628efb4bef255af48efc2c5267000c4d93271 | |
parent | 53555fd909d5dd3d4a610c3fd6795950a8f7d022 [diff] |
Configurable timeout for view group get_info/1 A busy view group server might take longer than 5 seconds to respond, so make the timeout configurable. "infinity" is also a valid configuration value. Configuration section, key and default value (in milliseconds): `query_server_config.group_info_timeout = 5000` COUCHDB-3242