Explorar el Código

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

Bastien Sevajol hace 7 años
padre
commit
2ce879593b
Se han modificado 2 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      tracim/tracim/config/app_cfg.py
  2. 0 0
      tracim/wsgi.py

+ 1 - 0
tracim/tracim/config/app_cfg.py Ver fichero

@@ -375,6 +375,7 @@ class CFG(object):
375 375
         )
376 376
         self.EMAIL_REPLY_CHECK_HEARTBEAT = int(tg.config.get(
377 377
             'email.reply.check.heartbeat',
378
+            60,
378 379
         ))
379 380
         self.EMAIL_REPLY_TOKEN = tg.config.get(
380 381
             'email.reply.token',

tracim/app.wsgi → tracim/wsgi.py Ver fichero