chiark / gitweb /
Change very lag thresh.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 7 Sep 2000 18:25:26 +0000 (18:25 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 7 Sep 2000 18:25:26 +0000 (18:25 +0000)
bot.tcl

diff --git a/bot.tcl b/bot.tcl
index 66ab9c27e5e61cc2a502757e1ea37d6878560918..240e70b774ad9348e3453be2462fe2ef8db6d611 100755 (executable)
--- a/bot.tcl
+++ b/bot.tcl
@@ -9,7 +9,7 @@ set ownmailaddr blight@chiark.greenend.org.uk
 set out_maxburst 6
 set out_interval 2100
 set out_lag_lag 5000
-set out_lag_very 15000
+set out_lag_very 25000
 
 if {![info exists out_queue]} {
     set out_creditms [expr {$out_maxburst*$out_interval}]