removed over-the-top threading 2

This commit is contained in:
Shay Palachy
2016-08-30 15:03:44 +03:00
parent ff01c88049
commit 122e75f8cd
+1 -1
View File
@@ -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