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