]> git.parisson.com Git - teleforma.git/commitdiff
update time range
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 2 Aug 2022 15:14:49 +0000 (17:14 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 2 Aug 2022 15:14:49 +0000 (17:14 +0200)
teleforma/management/commands/teleforma-publish-notify-conferences.py

index 16d93379c6232792f5c7c5a1d251a20d070d3497..71f401660000fac42c11ff0d2bf26b34b2c5eb18 100644 (file)
@@ -17,8 +17,8 @@ from teleforma.views.core import get_courses
 import datetime
 
 
-MINUTES_LOW_RANGE = 30
-MINUTES_HIGH_RANGE = 1
+MINUTES_LOW_RANGE = 5
+MINUTES_HIGH_RANGE = 25
 
 class Logger:
     """A logging object"""