1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-17 23:59:44 +00:00

Allow configure worker threads number in file server.

Also change default worker thread number to 10.
This commit is contained in:
Jonathan Xu
2017-09-13 12:02:23 +08:00
parent 3fdce0d321
commit 5601724050
2 changed files with 27 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ struct _HttpServerStruct {
gint64 max_download_dir_size;
int web_token_expire_time;
int max_indexing_threads;
int worker_threads;
};
typedef struct _HttpServerStruct HttpServerStruct;