Increase context timeout for link repository
This commit is contained in:
parent
ed027a03ad
commit
398d32f967
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import (
|
||||||
"time"
|
"time"
|
||||||
)
|
)
|
||||||
|
|
||||||
const defaultContextTimeout = 5 * time.Second
|
const defaultContextTimeout = 10 * time.Second
|
||||||
|
|
||||||
type Repository interface {
|
type Repository interface {
|
||||||
Save(link *Link) error
|
Save(link *Link) error
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue