changed throttling

This commit is contained in:
Rudi Grinberg 2012-10-25 17:20:02 -04:00
parent b89862f304
commit 5b051aae32
3 changed files with 7 additions and 5 deletions

View file

@ -72,12 +72,12 @@ class Organizer(ReportHandler,Loggable):
directory=d)
return cb
time.sleep(0.05)
time.sleep(0.02)
mmp.magic_move(event.path, new_path,
after_dir_make=new_dir_watch(dirname(new_path)))
time.sleep(0.05)
time.sleep(0.02)
# 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