瀏覽代碼

reduce sleep time in email_handler

Son NK 5 年之前
父節點
當前提交
29d48b7d0f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      email_handler.py

+ 1 - 1
email_handler.py

@@ -260,4 +260,4 @@ if __name__ == "__main__":
     LOG.d("Start mail controller %s %s", controller.hostname, controller.port)
 
     while True:
-        time.sleep(10)
+        time.sleep(2)