2015-08-23, 15:39
Hi,
At this moment i have the experience that the created alerts not come consistently.
I have made in the config.php the next settings:
And in the alert itself i use an search time of 10min. but with this settings i receive sometime 1x an 1 1/2 hour an message.
But i have set the location to an active cell so i think with this settings i must receive it must more often then now.
Do I something wrong?
At this moment i have the experience that the created alerts not come consistently.
I have made in the config.php the next settings:
Code:
/*******************************************************************/
/*** Strike alerts ***/
//completely enable/disable
define('BO_ALERTS', true);
//maximum search period for strikes
define('BO_ALERT_MAX_SEARCH_PERIOD', 60);
//check every given minutes
define('BO_ALERT_CHECK_INTERVAL', 10);
//after sending an alert, miniumum time to wait for next alert (minutes)
define('BO_ALERT_SEND_INTERVAL', 10);
And in the alert itself i use an search time of 10min. but with this settings i receive sometime 1x an 1 1/2 hour an message.
But i have set the location to an active cell so i think with this settings i must receive it must more often then now.
Do I something wrong?