From b89862f304e15c9a1086aea3ee988a3104a6e1ea Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Thu, 25 Oct 2012 16:34:00 -0400 Subject: [PATCH] tweaked throttling --- python_apps/media-monitor2/media/monitor/organizer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_apps/media-monitor2/media/monitor/organizer.py b/python_apps/media-monitor2/media/monitor/organizer.py index 176a4f2a4..bb3c0cb02 100644 --- a/python_apps/media-monitor2/media/monitor/organizer.py +++ b/python_apps/media-monitor2/media/monitor/organizer.py @@ -72,12 +72,12 @@ class Organizer(ReportHandler,Loggable): directory=d) return cb - time.sleep(0.1) + time.sleep(0.05) mmp.magic_move(event.path, new_path, after_dir_make=new_dir_watch(dirname(new_path))) - time.sleep(0.1) + time.sleep(0.05) # The reason we need to go around saving the owner in this ass # backwards way is bewcause we are unable to encode the owner id