Add very simple write throttling when caches fill up.
[bluesky.git] / bluesky / init.c
index 9a7a6eb..0feb0f5 100644 (file)
@@ -17,7 +17,7 @@ BlueSkyOptions bluesky_options;
 
 /* Maximum number of threads to use in any particular thread pool, or -1 for no
  * limit */
-int bluesky_max_threads = -1;
+int bluesky_max_threads = 16;
 
 /* Environment variables that can be used to initialize settings. */
 static struct {