This is an automated email from the ASF dual-hosted git repository. jiahuili430 pushed a commit to branch fix-config-options in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit ce4e5f516bd24143d825f90e24d1fd0fbaf2f399 Author: Jiahui Li <[email protected]> AuthorDate: Tue Sep 2 09:37:32 2025 -0500 [fabric]: `attachments_timeout` default should be `600000` Keep consistent with the source code, see `fabric_util:attachments_timeout/0`. --- rel/overlay/etc/default.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index be5077888..21a6216f8 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -448,7 +448,7 @@ hash_algorithms = sha256, sha ;uuid_prefix_len = 7 ;request_timeout = 60000 ;all_docs_timeout = 10000 -;attachments_timeout = 60000 +;attachments_timeout = 600000 ;view_timeout = infinity ;view_permsg_timeout = 3600000 ;partition_view_timeout = infinity
