diff options
| author | 李佳 <[email protected]> | 2020-08-26 19:55:05 +0800 |
|---|---|---|
| committer | 李佳 <[email protected]> | 2020-08-26 19:55:05 +0800 |
| commit | b59c12a9c6ada74c6a3b26556cb71bf9e5485390 (patch) | |
| tree | f731815ea0841688521f1eff2daa622ed0940013 /bin/etc/sapp.toml | |
| parent | bb2effdba527a7ae69753a6a174005a71ff349b9 (diff) | |
Fix v4.0.20 ci build modev4.0.20-releaserel-4.0
Diffstat (limited to 'bin/etc/sapp.toml')
| -rw-r--r-- | bin/etc/sapp.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/etc/sapp.toml b/bin/etc/sapp.toml index 6f9eb9c..bd5abb8 100644 --- a/bin/etc/sapp.toml +++ b/bin/etc/sapp.toml @@ -9,8 +9,8 @@ instance_name = "sapp_v4.0" [CPU] -worker_threads=1 -send_only_threads_max=16 +worker_threads=4 +send_only_threads_max=4 ### note, bind_mask, if you do not want to bind thread to special CPU core, keep it empty as [] bind_mask=[] @@ -29,7 +29,7 @@ dictator_enable=1 BSD_packet_filter="" ### note, same as tcpdump -Q/-P arg, possible values are `in', `out' and `inout', default is "in" - pcap_capture_direction="inout" + pcap_capture_direction="in" ### note, depolyment.mode options: [mirror, inline, transparent] [packet_io.depolyment] |
