From f7daf4e737e58e1d5140daeeb23f0f67796a0a8e Mon Sep 17 00:00:00 2001 From: Rudi Grinberg Date: Tue, 2 Oct 2012 10:32:10 -0400 Subject: [PATCH] Added docstring --- python_apps/media-monitor2/media/monitor/manager.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python_apps/media-monitor2/media/monitor/manager.py b/python_apps/media-monitor2/media/monitor/manager.py index 3a12d28d6..00b32548f 100644 --- a/python_apps/media-monitor2/media/monitor/manager.py +++ b/python_apps/media-monitor2/media/monitor/manager.py @@ -13,6 +13,11 @@ import media.monitor.pure as mmp class ManagerTimeout(threading.Thread,Loggable): + """ + The purpose of this class is to flush the organize directory every 3 + secnods. This used to be just a work around for cc-4235 but recently + became a permanent solution because it's "cheap" and reliable + """ def __init__(self, manager): threading.Thread.__init__(self) self.manager = manager