mirror of
https://github.com/gofiber/storage.git
synced 2025-10-06 00:57:38 +08:00
docs: fix example in README.md
This commit is contained in:
@@ -53,7 +53,7 @@ store := postgres.New()
|
|||||||
|
|
||||||
// Initialize custom config
|
// Initialize custom config
|
||||||
store := postgres.New(postgres.Config{
|
store := postgres.New(postgres.Config{
|
||||||
Db: dbPool,
|
DB: dbPool,
|
||||||
Table: "fiber_storage",
|
Table: "fiber_storage",
|
||||||
Reset: false,
|
Reset: false,
|
||||||
GCInterval: 10 * time.Second,
|
GCInterval: 10 * time.Second,
|
||||||
|
Reference in New Issue
Block a user