![](https://secure.gravatar.com/avatar/eedcea4d4a01ec6af3ec19e510621d23.jpg?s=120&d=mm&r=g)
I tried setting $config['alerts']['interval’] = 86400 in config.php when investigating yesterday however the alerts kept coming.
I note that even if $config['alerts']['interval’] is missing from config.php (as it was originally in my case) this should not matter considering it is already set to 86400 in includes/defaults.inc.php
If the subscription version didn’t look so pretty and work so well I might spend further time investigating.For now my efforts are better focussed on getting the subscription build in to our production environment.
:)
On 21 Jul 2016, at 7:15 PM, Adam Armstrong adama@memetic.org wrote:
The correct fix is to set
$config['alerts']['interval']
In the config.php. the value is in seconds.
I wonder how that's managed to survive in CE for this long! Perhaps people just assumed alerting every 5 mins was as designed!