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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user