Fix problem with readTimeout.
Signed-off-by: Antonio Navarro Perez <antnavper@gmail.com>
This commit is contained in:
parent
ee476e52ce
commit
5458cc8442
1 changed files with 8 additions and 7 deletions
|
@ -40,6 +40,7 @@ func NewService(cfg loader.Loader, db loader.LoaderAdder, stats *Stats, c *torre
|
||||||
cfgLoader: cfg,
|
cfgLoader: cfg,
|
||||||
db: db,
|
db: db,
|
||||||
addTimeout: addTimeout,
|
addTimeout: addTimeout,
|
||||||
|
readTimeout: readTimeout,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue