Test the held octet accounting and the detach through a session, and file the application-held gap
Test / lint (pull_request) Successful in 25s
Mirror / push (push) Successful in 7s
Test / test (18) (pull_request) Successful in 35s
Test / test (20) (pull_request) Successful in 33s
Test / test (22) (pull_request) Successful in 33s
Test / test (24) (pull_request) Successful in 32s
Test / test (26) (pull_request) Successful in 39s
Test / lint (pull_request) Successful in 25s
Mirror / push (push) Successful in 7s
Test / test (18) (pull_request) Successful in 35s
Test / test (20) (pull_request) Successful in 33s
Test / test (22) (pull_request) Successful in 33s
Test / test (24) (pull_request) Successful in 32s
Test / test (26) (pull_request) Successful in 39s
This commit is contained in:
@@ -128,7 +128,7 @@ export const defaults = {
|
||||
heldMessageTimeout: 300_000,
|
||||
maxDlrMerges: 1000,
|
||||
maxHeldMessages: 1000,
|
||||
maxHeldOctets: defaultMaxOctets,
|
||||
maxHeldOctets: 64 * 1024 * 1024,
|
||||
maxOutstanding: 10,
|
||||
maxReassembly: 1000,
|
||||
reassemblyTimeout: 300_000,
|
||||
|
||||
Reference in New Issue
Block a user