flush dumphfdl for quicker shutdown

This commit is contained in:
Jakob Ketterl 2023-09-05 23:25:51 +02:00
parent da53c5907a
commit 6979630653
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,8 @@ class DumpHFDLModule(ExecModule):
"--sample-rate", "12000",
"--output", "decoded:json:file:path=-",
"0",
]
],
flushSize=50000,
)