1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-16 15:18:58 +00:00

Rpc server use epoll (#687)

Co-authored-by: 杨赫然 <heran.yang@seafile.com>
This commit is contained in:
feiniks
2024-08-29 15:31:32 +08:00
committed by GitHub
parent b5b37e69e0
commit 59a9f28f70

View File

@@ -1077,6 +1077,8 @@ static void start_rpc_service (const char *seafile_dir,
exit (1);
}
rpc_server->use_epoll = TRUE;
if (searpc_named_pipe_server_start(rpc_server) < 0) {
seaf_warning ("Failed to start rpc server.\n");
exit (1);