From 8c79521982b7c44ad8c2ad221dd49450a38fe43a Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sat, 22 Dec 2012 18:21:40 +0000 Subject: [PATCH] * ./crlcore: - Change: In kite.conf, increase the ripup limit of local segments (too low). --- crlcore/etc/kite.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crlcore/etc/kite.conf b/crlcore/etc/kite.conf index bbb26a68..9b6f7426 100644 --- a/crlcore/etc/kite.conf +++ b/crlcore/etc/kite.conf @@ -11,7 +11,7 @@ parametersTable = \ , ("kite.eventsLimit" ,TypeInt ,4000002) , ("kite.ripupCost" ,TypeInt ,3 , { 'min':0 } ) , ("kite.globalRipupLimit" ,TypeInt ,5 , { 'min':1 } ) - , ("kite.localRipupLimit" ,TypeInt ,7 , { 'min':1 } ) + , ("kite.localRipupLimit" ,TypeInt ,9 , { 'min':1 } ) , ("kite.longGlobalRipupLimit" ,TypeInt ,5 , { 'min':1 } ) , ("kite.strapRipupLimit" ,TypeInt ,16 , { 'min':1 } ) , ("kite.metal1MinBreak" ,TypeDouble ,100 )