mirror of
https://github.com/gofiber/storage.git
synced 2025-09-28 13:22:18 +08:00
docs: document new option
This commit is contained in:
@@ -160,6 +160,11 @@ type Config struct {
|
|||||||
//
|
//
|
||||||
// Optional. Default is false
|
// Optional. Default is false
|
||||||
Reset bool
|
Reset bool
|
||||||
|
|
||||||
|
// DisableInitialHostLookup disables the initial host lookup
|
||||||
|
//
|
||||||
|
// Optional. Default is false
|
||||||
|
DisableInitialHostLookup bool
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -177,5 +182,6 @@ var ConfigDefault = Config{
|
|||||||
Consistency: "LOCAL_ONE",
|
Consistency: "LOCAL_ONE",
|
||||||
SslOpts: nil,
|
SslOpts: nil,
|
||||||
Reset: false,
|
Reset: false,
|
||||||
|
DisableInitialHostLookup: false,
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user