![]() |
|
Time lightning alert - Printable Version +- Blitzortung.org Forum (https://forum.blitzortung.org/mybb) +-- Forum: Public Forums (https://forum.blitzortung.org/mybb/forumdisplay.php?fid=29) +--- Forum: Website, Maps and Applications (https://forum.blitzortung.org/mybb/forumdisplay.php?fid=24) +--- Thread: Time lightning alert (/showthread.php?tid=1472) |
Time lightning alert - Phoenix-Blue - 2015-08-23 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: 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? |