mirror of
https://github.com/gofiber/storage.git
synced 2025-09-28 21:32:23 +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 (
|
const (
|
||||||
defaultScopeName = "default-store"
|
defaultScopeName = "default-store"
|
||||||
defaultTimeout = time.Duration(30) * time.Millisecond
|
defaultTimeout = time.Duration(30) * time.Second
|
||||||
)
|
)
|
||||||
|
|
||||||
// Storage represents an implementation of Coherence storage provider.
|
// Storage represents an implementation of Coherence storage provider.
|
||||||
|
Reference in New Issue
Block a user