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

Add timeout for merge trees

This commit is contained in:
杨赫然
2021-11-24 11:41:47 +08:00
parent ca63ba1269
commit 2d17e125b4
4 changed files with 31 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ struct _HttpServerStruct {
int worker_threads;
int max_index_processing_threads;
int cluster_shared_temp_file_mode;
int put_head_commit_request_timeout;
};
typedef struct _HttpServerStruct HttpServerStruct;