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

This commit is contained in:
2026-09-25 19:28:08 +02:00
parent c3ebd6d6bc
commit dba95d9524
4 changed files with 57 additions and 9 deletions
+1 -1
View File
@@ -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,