Try out a fix for timeouts with limited bandwidth to cloud.
[bluesky.git] / bluesky / init.c
index 70d9dad..e8c317a 100644 (file)
@@ -34,10 +34,12 @@ int bluesky_max_threads = 16;
  */
 int bluesky_watermark_low_dirty    = (64 << 20) / BLUESKY_BLOCK_SIZE;
 int bluesky_watermark_medium_dirty = (96 << 20) / BLUESKY_BLOCK_SIZE;
+int bluesky_watermark_med2_dirty   = (160 << 20) / BLUESKY_BLOCK_SIZE;
 int bluesky_watermark_high_dirty   = (192 << 20) / BLUESKY_BLOCK_SIZE;
 
 int bluesky_watermark_low_total    = (64 << 20) / BLUESKY_BLOCK_SIZE;
 int bluesky_watermark_medium_total = (128 << 20) / BLUESKY_BLOCK_SIZE;
+int bluesky_watermark_med2_total   = (224 << 20) / BLUESKY_BLOCK_SIZE;
 int bluesky_watermark_high_total   = (256 << 20) / BLUESKY_BLOCK_SIZE;
 
 /* Environment variables that can be used to initialize settings. */