* Changed 'number of worker threads' from a sysconfig.h #define to an actual
[citadel.git] / citadel / sysconfig.h
index ff875ee394f2ab4cc52e42c349618b0f62b4c91b..10796413d7195ac68062fb01712219133ca99eca 100644 (file)
  */
 #define HOUSEKEEPING_WAKEUP    60
 
-/*
- * We'll almost certainly want to do this more elegantly.  For now we are
- * creating a fixed-size pool of worker threads.
- */
-#define NUM_WORKER_THREADS     15
-
 
 /*** STRUCTURE SIZE VARIABLES ***/