mirror of
https://github.com/gofiber/storage.git
synced 2025-09-27 12:52:25 +08:00
Merge pull request #979 from tmiddlet2666/coherence-storage
Fix incorrect default timeout value for Coherence storage driver
This commit is contained in:
@@ -12,7 +12,7 @@ import (
|
||||
|
||||
const (
|
||||
defaultScopeName = "default-store"
|
||||
defaultTimeout = time.Duration(30) * time.Millisecond
|
||||
defaultTimeout = time.Duration(30) * time.Second
|
||||
)
|
||||
|
||||
// Storage represents an implementation of Coherence storage provider.
|
||||
|
Reference in New Issue
Block a user