1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-09 11:18:54 +00:00

Add verify blocks after sync (#715)

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
feiniks
2024-11-18 11:34:38 +08:00
committed by GitHub
parent 2cf6b99f40
commit 665d0083bd
4 changed files with 203 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ struct _HttpServerStruct {
char *windows_encoding;
int worker_threads;
int cluster_shared_temp_file_mode;
gboolean verify_client_blocks;
};
typedef struct _HttpServerStruct HttpServerStruct;