Hi guys!
I’m trying to set rss interval to 1 minutes, but it is impossible, minimum is 2 minutes.
I have modified conf.php in /root/QuickBox/rtplugins/rss as below quote, and then change update interval to 1 minites in rutorrent setting/feeds.
But it is still 2 minutes.
Do you guys have any advice for me?
Thanks in advance.
P/S: quickbox is extremely perfect for a linux newbie like me.
Many thanks creators and supporters
<?php
@define(‘HISTORY_MAX_COUNT’, 100, true);
@define(‘HISTORY_MAX_TRY’, 3, true);
@define(‘WAIT_AFTER_LOADING’, 0, true);
$minInterval = 1; // in minutes
$feedsWithIncorrectTimes = array
(
“torrentday.”, // substring of hostname
);