The filter can be used for changing the value of the frequency of the comment list live update.
Changelog
since 7.6.1 version
Parameters
$timer - the value of the option saved in the database.
Usage
add_filter('wpdiscuz_commentlist_liveupdate_timer', function($timer){
return 10; // seconds, > 0 any positive number
});
