From f94e462fe0ba7f0747148213f7da3544b1086e83 Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Thu, 22 Oct 2015 12:22:56 -0400 Subject: [PATCH] Revert polling interval for podcast ingest --- airtime_mvc/application/common/PodcastManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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