* ./crlcore:
- Change: In kite.conf, increase the ripup limit of local segments (too low).
This commit is contained in:
parent
0193433de4
commit
8c79521982
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue