mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 00:06:35 +08:00
Merge branch 'main' into tc-go-adoption-2
* main: (36 commits) Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md Update README.md starting separate container for each test is beyond efficient, reverted back review updates Trailing spaces removed Comments deleted (update): main README to include Neo4j test image tag (update): storage.go to include Neo4j package (fix): neo4j/neo4j_test.go Add DragonflyDB info to Redis README and remove DragonflyDB file Update neo4j/neo4j_test.go testcontainer now working fine (fix): neo4j README Update README.md added dragonflydb support ...
This commit is contained in:
@@ -133,9 +133,6 @@ func configDefault(config ...Config) Config {
|
||||
if cfg.Table == "" {
|
||||
cfg.Table = ConfigDefault.Table
|
||||
}
|
||||
if cfg.Table == "" {
|
||||
cfg.Table = ConfigDefault.Table
|
||||
}
|
||||
if int(cfg.GCInterval.Seconds()) <= 0 {
|
||||
cfg.GCInterval = ConfigDefault.GCInterval
|
||||
}
|
||||
|
Reference in New Issue
Block a user