Create 10 server threads by default.

This commit is contained in:
wtc%netscape.com 1999-05-04 22:06:00 +00:00
parent dc11fb7a86
commit 0249f5cda7

View File

@ -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;