notificationsCheckInterval in config.php does not affect on the popupNotifications call interval.
only direct edit here helped for me to change interval:
badge.js [----] 29 L:[173+ 6 179/301] *(6909/11151b) 0059 0x03B[*][X]
},
checkPopupNotifications: function (name) {
var data = this.popupNotificationsData[name] || {};
var url = data.url;
// var interval = data.interval;
var interval = 30;
only direct edit here helped for me to change interval:
badge.js [----] 29 L:[173+ 6 179/301] *(6909/11151b) 0059 0x03B[*][X]
},
checkPopupNotifications: function (name) {
var data = this.popupNotificationsData[name] || {};
var url = data.url;
// var interval = data.interval;
var interval = 30;
Comment