flush dumphfdl for quicker shutdown
This commit is contained in:
parent
da53c5907a
commit
6979630653
|
|
@ -26,7 +26,8 @@ class DumpHFDLModule(ExecModule):
|
||||||
"--sample-rate", "12000",
|
"--sample-rate", "12000",
|
||||||
"--output", "decoded:json:file:path=-",
|
"--output", "decoded:json:file:path=-",
|
||||||
"0",
|
"0",
|
||||||
]
|
],
|
||||||
|
flushSize=50000,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue