Set pool on hubbackend in memorybackend
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6fe3e8fd8e
commit
e4fddac6fc
|
@ -119,6 +119,7 @@ func NewApp(options AppOptions) (*App, error) {
|
|||
app.backend = loadMemoryBackend(options.pool)
|
||||
app.backend.AuthEnabled = options.AuthEnabled
|
||||
app.backend.baseURL = options.BaseURL
|
||||
app.backend.pool = options.pool
|
||||
|
||||
app.hubBackend = &hubIncomingBackend{app.backend, options.BaseURL, options.pool}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user