mirror of
https://github.com/haiwen/seafile-admin-docs.git
synced 2025-12-26 02:32:50 +00:00
Add verify_client_blocks_after_sync option (#573)
Some checks failed
Deploy CI - 12.0 / deploy (push) Has been cancelled
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:
parent
f4d63ae951
commit
c05ab563ea
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue