mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-22 11:22:38 -04:00
kiwix-serve CPU usage improvement (ID: 3213104)
This commit is contained in:
parent
e7b8d9cd19
commit
2bd500bf18
@ -452,7 +452,7 @@ int main(int argc, char **argv) {
|
||||
pthread_mutex_init(&compressorLock, NULL);
|
||||
|
||||
/* Start the HTTP daemon */
|
||||
daemon = MHD_start_daemon(MHD_USE_THREAD_PER_CONNECTION,
|
||||
daemon = MHD_start_daemon(MHD_USE_SELECT_INTERNALLY,
|
||||
serverPort,
|
||||
NULL,
|
||||
NULL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user