kiwix-serve CPU usage improvement (ID: 3213104)

pull/9/head
kelson42 15 years ago
parent e7b8d9cd19
commit 2bd500bf18

@ -452,7 +452,7 @@ int main(int argc, char **argv) {
pthread_mutex_init(&compressorLock, NULL); pthread_mutex_init(&compressorLock, NULL);
/* Start the HTTP daemon */ /* Start the HTTP daemon */
daemon = MHD_start_daemon(MHD_USE_THREAD_PER_CONNECTION, daemon = MHD_start_daemon(MHD_USE_SELECT_INTERNALLY,
serverPort, serverPort,
NULL, NULL,
NULL, NULL,

Loading…
Cancel
Save