From 1fe66804714aa950e5de8fc6ddef5ba595b8c927 Mon Sep 17 00:00:00 2001 From: Jiaqiang Xu Date: Fri, 18 Jun 2021 14:56:12 +0800 Subject: [PATCH] Update seafile-conf.md --- manual/config/seafile-conf.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manual/config/seafile-conf.md b/manual/config/seafile-conf.md index f6112b52..1004252c 100644 --- a/manual/config/seafile-conf.md +++ b/manual/config/seafile-conf.md @@ -134,6 +134,8 @@ http_temp_scan_interval = x New in Seafile Pro 7.1.16 and Pro 8.0.3: You can set the maximum number of files contained in a library that can be synced by the Seafile client. The default is 100000. When you download a repo, Seafile client will request fs id list, and you can control the timeout period of this request through `fs_id_list_request_timeout` configuration, which defaults to 5 minutes. These two options are added to prevent long fs-id-list requests from overloading the server. +Since Pro 8.0.4 version, you can set both options to -1, to allow unlimited size and timeout. + ``` [fileserver] max_sync_file_count = 100000