Fixed comments for poll_interval value.

This commit is contained in:
paul.baranowski 2011-03-23 17:07:59 -04:00
parent 7c605c4a28
commit c15c92d855

View file

@ -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.