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 )