Revert polling interval for podcast ingest

This commit is contained in:
Duncan Sommerville 2015-10-22 12:22:56 -04:00
parent 9302027a2b
commit f94e462fe0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ class PodcastManager {
/**
* @var int how often, in seconds, to check for and ingest new podcast episodes
*/
private static $_PODCAST_POLL_INTERVAL_SECONDS = 30; // 1 hour
private static $_PODCAST_POLL_INTERVAL_SECONDS = 3600; // 1 hour
/**
* Check whether $_PODCAST_POLL_INTERVAL_SECONDS have passed since the last call to