diff --git a/airtime_mvc/application/common/PodcastManager.php b/airtime_mvc/application/common/PodcastManager.php index d9b16bc35..20c6f698d 100644 --- a/airtime_mvc/application/common/PodcastManager.php +++ b/airtime_mvc/application/common/PodcastManager.php @@ -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