eith0s / rutorrent

Automatically exported from code.google.com/p/rutorrent
0 stars 0 forks source link

rss conf missing variable #763

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
After update to latest svn version $updateInterval is missing in rss/conf.php

Only this:
<?php

@define('HISTORY_MAX_COUNT', 100, true);
@define('HISTORY_MAX_TRY', 3, true);
@define('WAIT_AFTER_LOADING', 0, true);

$minInterval = 1;       // in minutes

?>

Even if I manually added

$updateInterval = 1; 
between <?php and ?>

It does't change the situation

1. My ruTorrent version is... r2114
2. My rTorrent version is... 0.8.9
3. I use web-server lighttpd it version is 1.4.30

Original issue reported on code.google.com by dolo...@gmail.com on 30 Aug 2012 at 10:02

GoogleCodeExporter commented 8 years ago
In the latest svn version you must set this interval from the UI. See Options 
dialog, section RSS.

Original comment by novik65 on 31 Aug 2012 at 5:50