summaryrefslogtreecommitdiff
path: root/config24.01.yaml
diff options
context:
space:
mode:
author尹姜谊 <[email protected]>2024-02-04 14:49:12 +0800
committer尹姜谊 <[email protected]>2024-02-04 14:49:12 +0800
commit8e4230b2705cb47602a0589bc09c9d2fc6c6fe36 (patch)
tree65fd255e3deaf6d4ae7b8794ab6784a9b6609469 /config24.01.yaml
parent70378b7136a94fdf62fbdec9d92d11b4bbf1f4cf (diff)
Add: active scan packet rate config parameters
Diffstat (limited to 'config24.01.yaml')
-rw-r--r--config24.01.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config24.01.yaml b/config24.01.yaml
index 99dd798..0e6ffec 100644
--- a/config24.01.yaml
+++ b/config24.01.yaml
@@ -4,6 +4,10 @@ common:
recv_time_columnname: recv_time
time_filter_pattern: (recv_time_columnname> toDateTime('{$start_time}', '{$time_zone}')) AND(recv_time_columnname <= toDateTime('{$end_time}', '{$time_zone}'))
save_knowledgebase: False
+ active_scan: # max calls/s (rough estimate) = max workers * max_call_per_sec
+ max_workers: 10
+ max_calls_per_sec: 10
+
clickhouse:
host: 192.168.44.30