瀏覽代碼

Add default value for email.reply.check.heartbeat config

Bastien Sevajol 7 年之前
父節點
當前提交
2ce879593b
共有 2 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tracim/tracim/config/app_cfg.py
  2. 0 0
      tracim/wsgi.py

+ 1 - 0
tracim/tracim/config/app_cfg.py 查看文件

375
         )
375
         )
376
         self.EMAIL_REPLY_CHECK_HEARTBEAT = int(tg.config.get(
376
         self.EMAIL_REPLY_CHECK_HEARTBEAT = int(tg.config.get(
377
             'email.reply.check.heartbeat',
377
             'email.reply.check.heartbeat',
378
+            60,
378
         ))
379
         ))
379
         self.EMAIL_REPLY_TOKEN = tg.config.get(
380
         self.EMAIL_REPLY_TOKEN = tg.config.get(
380
             'email.reply.token',
381
             'email.reply.token',

tracim/app.wsgi → tracim/wsgi.py 查看文件