mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Create 10 server threads by default.
This commit is contained in:
parent
dc11fb7a86
commit
0249f5cda7
@ -30,7 +30,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#define NUM_SERVER_THREADS 5
|
||||
#define NUM_SERVER_THREADS 10
|
||||
|
||||
static int num_server_threads = NUM_SERVER_THREADS;
|
||||
static PRThreadScope thread_scope = PR_GLOBAL_THREAD;
|
||||
|
Loading…
x
Reference in New Issue
Block a user