mirror of
https://github.com/minio/minio.git
synced 2025-01-24 05:03:16 -05:00
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,
|
Key: RetryInterval,
|
||||||
Value: "3s",
|
Value: "3s",
|
||||||
},
|
},
|
||||||
|
config.KV{
|
||||||
|
Key: httpTimeout,
|
||||||
|
Value: "5s",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
DefaultAuditKafkaKVS = config.KVS{
|
DefaultAuditKafkaKVS = config.KVS{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user