Legend:
- Unmodified
- Added
- Removed
-
shepherd
r148 r149 86 86 # PEAK timeslots - 87 87 # between 4.30pm and 11.30pm every day, only allow a maximum of 88 # 1 0minutes "programming data" missing88 # 15 minutes "programming data" missing 89 89 # if there is more than this, we will continue asking grabbers for more 90 90 # programming on this channel … … 101 101 $policy{nonpeak_stop} = (6*(60*60))+(15*60); # 6.15am 102 102 103 # all other timeslots - 104 # allow up to 45minutes maximum missing programming103 # all other timeslots - (6.15am-4.30pm, 11.30pm-midnight) 104 # allow up to 60 minutes maximum missing programming 105 105 $policy{other_max_missing} = 60*60; # up to 60 mins max allowed missing 106 106
