Merge pull request #238 from juanfont/kradalby-patch-3

This commit is contained in:
Kristoffer Dalby 2021-11-26 15:45:38 +00:00 committed by GitHub
commit 0819c6515a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.go
View File

@ -48,7 +48,7 @@ import (
const ( const (
AuthPrefix = "Bearer " AuthPrefix = "Bearer "
Postgres = "postgresql" Postgres = "postgres"
Sqlite = "sqlite3" Sqlite = "sqlite3"
updateInterval = 5000 updateInterval = 5000
HTTPReadTimeout = 30 * time.Second HTTPReadTimeout = 30 * time.Second