Merge remote-tracking branch 'upstream/main' into main

This commit is contained in:
Fenny
2020-11-06 01:47:07 +01:00
3 changed files with 13 additions and 12 deletions

View File

@@ -1,8 +1,6 @@
package mongodb
import (
"time"
)
import "time"
// Config defines the config for storage.
type Config struct {
@@ -54,7 +52,6 @@ var ConfigDefault = Config{
Database: "fiber",
Collection: "fiber_storage",
Reset: false,
GCInterval: 10 * time.Second,
}
// Helper function to set default values