mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 14:10:25 +03:00
fix: add default http timeout for audit webhook (#20460)
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user