mirror of https://github.com/minio/minio.git
fix: add default http timeout for audit webhook (#20460)
This commit is contained in:
parent
05a6c170bf
commit
ade8925155
|
@ -211,6 +211,10 @@ var (
|
|||
Key: RetryInterval,
|
||||
Value: "3s",
|
||||
},
|
||||
config.KV{
|
||||
Key: httpTimeout,
|
||||
Value: "5s",
|
||||
},
|
||||
}
|
||||
|
||||
DefaultAuditKafkaKVS = config.KVS{
|
||||
|
|
Loading…
Reference in New Issue