Greetings, where would be the best place to add so...
# caravel
t
Greetings, where would be the best place to add some default hold time margin to the Caravel &| OL flow, or is there already a variable which I just need to increase. Thanks a lot.
v
set ::env(GLB_RESIZER_HOLD_SLACK_MARGIN) {0.05} set ::env(PL_RESIZER_HOLD_MAX_BUFFER_PERCENT) {50} set ::env(PL_RESIZER_HOLD_SLACK_MARGIN) {0.1} Above configuration can used for update
1
t
Great, thanks a lot.