fix: add default http timeout for audit webhook (#20460)

This commit is contained in:
jiuker 2024-09-21 00:02:50 +08:00 committed by GitHub
parent 05a6c170bf
commit ade8925155
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -211,6 +211,10 @@ var (
Key: RetryInterval,
Value: "3s",
},
config.KV{
Key: httpTimeout,
Value: "5s",
},
}
DefaultAuditKafkaKVS = config.KVS{