From 02177c2906cf58834b9cec237b34698bb83f73e5 Mon Sep 17 00:00:00 2001 From: minima Date: Sun, 6 Jan 2002 17:38:25 +0000 Subject: [PATCH] increase PC41 eph restime to 60 minutes --- perl/DXProt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 97918505..9e07d9e4 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -63,7 +63,7 @@ $last10 = $last_pc50 = time; $ann_to_talk = 1; $rspfcheck = 1; $eph_restime = 180; -$eph_info_restime = 15*60; +$eph_info_restime = 60*60; $eph_pc34_restime = 30; @checklist = -- 2.34.1