1
0
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:
feiniks
2024-03-13 19:38:44 +08:00
committed by GitHub
parent bd6b87c2e5
commit 98315cce73
19 changed files with 146 additions and 90 deletions

View File

@@ -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) {