diff options
| author | lijia <[email protected]> | 2024-04-08 09:48:13 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-04-08 09:48:13 +0800 |
| commit | 215e383be1f47cd18c235855d0cee0485f6cb423 (patch) | |
| tree | 34668fd59622c37826c3a786ba0e196a7d65147b /conf/http_decoder.toml | |
| parent | ea795e9c6940281bf8557bfd79f13f319f947c58 (diff) | |
Separate from stellar-on-sapp project.
Diffstat (limited to 'conf/http_decoder.toml')
| -rw-r--r-- | conf/http_decoder.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/conf/http_decoder.toml b/conf/http_decoder.toml new file mode 100644 index 0000000..70ed3bd --- /dev/null +++ b/conf/http_decoder.toml @@ -0,0 +1,15 @@ +[basic] +# Switch for decompress body, open(1) closed(0), default(0) +decompress=1 + +# per session mempool size, default(32Ki) +mempool_size=32768 + +# per session http parsed result queue length +result_queue_len=16 + +# call fieldstat every stat_interval_pkts +stat_interval_pkts=1000 + +# fieldstat output interval +stat_output_interval=1
\ No newline at end of file |
