* ./crlcore:

- Change: In kite.conf, increase the ripup limit of local segments (too
        low).
This commit is contained in:
Jean-Paul Chaput 2012-12-22 18:21:40 +00:00
parent 0193433de4
commit 8c79521982
1 changed files with 1 additions and 1 deletions

View File

@ -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 )