You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FAB-5341] Solo should respect batchtimeout reconf
Solo currently only reads the batch timeout at startup. This is a
problem, because the batch timeout may be changed dynamically through a
reconfiguration transaction.
This CR simply causes solo to re-query the batch timeout from the config
each time the timer is initialized, rather than once at creation time.
Change-Id: I493fa4edddef40821336aa610ab242a3ffe97d26
Signed-off-by: Jason Yellick <[email protected]>
0 commit comments