* Initial hack of worker-thread rearchitecture. Right now it is successfully
[citadel.git] / citadel / sysconfig.h
index 200fc27ea71cfb1bfbd2dd98e6aa1ac15921123a..bda55ed289eed908f74e23c803eb1627ff9c75d8 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 ***/