From c05ab563ea00c1ef8fabb3add259270c9d0e94d3 Mon Sep 17 00:00:00 2001 From: feiniks <36756310+feiniks@users.noreply.github.com> Date: Fri, 11 Jul 2025 14:45:36 +0800 Subject: [PATCH] Add verify_client_blocks_after_sync option (#573) Co-authored-by: yangheran --- manual/config/seafile-conf.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/manual/config/seafile-conf.md b/manual/config/seafile-conf.md index 52b37a37..be8e6a87 100644 --- a/manual/config/seafile-conf.md +++ b/manual/config/seafile-conf.md @@ -226,6 +226,14 @@ Since Seafile 11.0.7 Pro, you can ask file server to check virus for every file check_virus_on_web_upload = true ``` +Since Seafile 12.0.4, after the upload is completed by the client, seafile server will check whether the uploaded blocks are complete. Ii's enabled by default. + +``` +[fileserver] +# default is true +verify_client_blocks_after_sync = true +``` + ## Database configuration The configurations of database are stored in the `[database]` section.