From 122e75f8cd8dbebcae9688a1388bcc2578d43084 Mon Sep 17 00:00:00 2001 From: Shay Palachy Date: Tue, 30 Aug 2016 15:03:44 +0300 Subject: [PATCH] removed over-the-top threading 2 --- cachier/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cachier/core.py b/cachier/core.py index bd70f24..0aab652 100644 --- a/cachier/core.py +++ b/cachier/core.py @@ -22,7 +22,7 @@ from watchdog.events import PatternMatchingEventHandler CACHIER_DIR = '~/.cachier/' EXPANDED_CACHIER_DIR = os.path.expanduser(CACHIER_DIR) -DEFAULT_MAX_WORKERS = 5 +DEFAULT_MAX_WORKERS = 8 MONGO_SLEEP_DURATION_IN_SEC = 6