Index: trunk/extensions/RSS/RSSHooks.php |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | |
36 | 36 | switch ( true ) { |
37 | 37 | |
38 | | - # disallow because there is no whitelist or emtpy whitelist |
| 38 | + # disallow because there is no whitelist or empty whitelist |
39 | 39 | case ( !isset( $wgRSSUrlWhitelist ) |
40 | 40 | || !is_array( $wgRSSUrlWhitelist ) |
41 | 41 | || ( count( $wgRSSUrlWhitelist ) === 0 ) ): |
Index: trunk/extensions/RSS/RSS.php |
— | — | @@ -52,7 +52,7 @@ |
53 | 53 | $wgRSSCacheCompare = false; |
54 | 54 | |
55 | 55 | // 5 second timeout |
56 | | -$wgRSSFetchTimeout = 5; |
| 56 | +$wgRSSFetchTimeout = 15; |
57 | 57 | |
58 | 58 | // Ignore the RSS tag in all but the namespaces listed here. |
59 | 59 | // null (the default) means the <rss> tag can be used anywhere. |