diff options
Diffstat (limited to 'config23.10.yaml')
| -rw-r--r-- | config23.10.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config23.10.yaml b/config23.10.yaml index 6d7a310..17f52a0 100644 --- a/config23.10.yaml +++ b/config23.10.yaml @@ -4,6 +4,10 @@ common: recv_time_columnname: common_recv_time time_filter_pattern: (recv_time_columnname> toDateTime('{$start_time}', '{$time_zone}')) AND(recv_time_columnname <= toDateTime('{$end_time}', '{$time_zone}')) save_knowledgebase: True + 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.40.194 |
