You are here

constant NOTIFICATIONS_TIME_MARGIN in Notifications 6.4

Same name and namespace in other branches
  1. 5 notifications.cron.inc \NOTIFICATIONS_TIME_MARGIN
  2. 6 notifications.cron.inc \NOTIFICATIONS_TIME_MARGIN
  3. 6.2 notifications.cron.inc \NOTIFICATIONS_TIME_MARGIN
  4. 6.3 notifications.cron.inc \NOTIFICATIONS_TIME_MARGIN
1 use of NOTIFICATIONS_TIME_MARGIN
Notifications_Queue::process_control in includes/notifications_queue.class.inc
Controls and checks limits for queue processing It can be used by other modules to add their own limits here, like number of sms sent, etc...

File

includes/notifications_queue.class.inc, line 20

Code

define('NOTIFICATIONS_TIME_MARGIN', variable_get('notifications_time_margin', 5));