Add verify_client_blocks_after_sync option (#573)
Some checks failed
Deploy CI - 12.0 / deploy (push) Has been cancelled

Co-authored-by: yangheran <heran.yang@seafile.com>
This commit is contained in:
feiniks 2025-07-11 14:45:36 +08:00 committed by GitHub
parent f4d63ae951
commit c05ab563ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 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 ## Database configuration
The configurations of database are stored in the `[database]` section. The configurations of database are stored in the `[database]` section.