mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-09 11:18:54 +00:00
Add option to build http server (#648)
* Add option to build httpserver * Add option to build libevhtp * Delete unused option --------- Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
@@ -74,7 +74,7 @@ index_blocks_mgr_new (SeafileSession *session)
|
||||
|
||||
priv->idx_tpool = g_thread_pool_new (start_index_task,
|
||||
priv,
|
||||
session->http_server->max_index_processing_threads,
|
||||
session->max_index_processing_threads,
|
||||
FALSE, &error);
|
||||
if (!priv->idx_tpool) {
|
||||
if (error) {
|
||||
|
Reference in New Issue
Block a user