From c15c92d855b7e04bfc7c27332e4cf52a0be3745d Mon Sep 17 00:00:00 2001 From: "paul.baranowski" Date: Wed, 23 Mar 2011 17:07:59 -0400 Subject: [PATCH] Fixed comments for poll_interval value. --- pypo/config.cfg | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pypo/config.cfg b/pypo/config.cfg index b4dc9424e..4fd5ac377 100644 --- a/pypo/config.cfg +++ b/pypo/config.cfg @@ -41,13 +41,11 @@ cache_for = 24 #how long to hold the cache, in hours # Poll interval in seconds. # -# This is how often the poll script downloads new schedules and files from the -# server. +# This will rarely need to be changed because any schedule changes are +# automatically sent to pypo immediately. # -# For production use, this number depends on whether you plan on making any -# last-minute changes to your schedule. This number should be set to half of -# the time you expect to "lock-in" your schedule. So if your schedule is set -# 24 hours in advance, this can be set to poll every 12 hours. +# This is how often the poll script downloads new schedules and files from the +# server in the event that no changes are made to the schedule. # poll_interval = 3600 # in seconds.