Changeset 149 for shepherd

Show
Ignore:
Timestamp:
10/25/06 20:49:47 (7 years ago)
Author:
lincoln
Message:

fix comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • shepherd

    r148 r149  
    8686# PEAK timeslots - 
    8787#  between 4.30pm and 11.30pm every day, only allow a maximum of  
    88 #  10 minutes "programming data" missing 
     88#  15 minutes "programming data" missing 
    8989#  if there is more than this, we will continue asking grabbers for more 
    9090#  programming on this channel 
     
    101101$policy{nonpeak_stop} = (6*(60*60))+(15*60);    # 6.15am 
    102102 
    103 # all other timeslots - 
    104 #  allow up to 45 minutes maximum missing programming 
     103# all other timeslots - (6.15am-4.30pm, 11.30pm-midnight) 
     104#  allow up to 60 minutes maximum missing programming 
    105105$policy{other_max_missing} = 60*60;             # up to 60 mins max allowed missing 
    106106