diff --git a/var/mongoose/cgi-bin/status.jim b/var/mongoose/cgi-bin/status.jim index 5c9ecaee..daea8b87 100755 --- a/var/mongoose/cgi-bin/status.jim +++ b/var/mongoose/cgi-bin/status.jim @@ -7,7 +7,7 @@ require system.class findhsvc epg.class rsv.class set runmode cli if {[string match {*jim} $argv0]} { set runmode cgi } -set schedtime 900 +set schedtime 1200 case $runmode { cgi { cgi_input diff --git a/var/mongoose/html/dedup/normalise.jim b/var/mongoose/html/dedup/normalise.jim index 23fdeb3c..d06507b1 100755 --- a/var/mongoose/html/dedup/normalise.jim +++ b/var/mongoose/html/dedup/normalise.jim @@ -65,7 +65,7 @@ proc dedupnormalise {title {reserve ""}} { } # if still short, add the reserve string. - if {[string length $title] < 10} { + if {[string length $title] < 6} { if {[string match "${title}*" $reserve]} { set title $reserve } else {