Fixed comments for poll_interval value.
This commit is contained in:
parent
7c605c4a28
commit
c15c92d855
1 changed files with 4 additions and 6 deletions
|
@ -41,13 +41,11 @@ cache_for = 24 #how long to hold the cache, in hours
|
||||||
|
|
||||||
# Poll interval in seconds.
|
# Poll interval in seconds.
|
||||||
#
|
#
|
||||||
# This is how often the poll script downloads new schedules and files from the
|
# This will rarely need to be changed because any schedule changes are
|
||||||
# server.
|
# automatically sent to pypo immediately.
|
||||||
#
|
#
|
||||||
# For production use, this number depends on whether you plan on making any
|
# This is how often the poll script downloads new schedules and files from the
|
||||||
# last-minute changes to your schedule. This number should be set to half of
|
# server in the event that no changes are made to the schedule.
|
||||||
# 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.
|
|
||||||
#
|
#
|
||||||
poll_interval = 3600 # in seconds.
|
poll_interval = 3600 # in seconds.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue