storj/private/dbutil
stefanbenten 4645805b18 private/dbutil: set connMaxLifetime to 30 minutes
To prevent longlived unused connections, set the maximum time to 30 minutes to
prevent proxies and loadbalancers forcefully cutting the connection.
This helps in scenarios with low load/requests to a DB.

Change-Id: I7dba15ef97f6f6541e872a6fb1d3a9bbbfe5bb50
2020-08-28 18:00:41 +00:00
..
cockroachutil all: replace == comparison with errors.Is 2020-07-14 15:50:25 +00:00
dbschema private/dbutil: don't sort column names in an index 2020-07-17 10:07:01 +00:00
pgtest all: fix dots 2020-07-16 14:58:28 +00:00
pgutil all: fix dots 2020-07-16 14:58:28 +00:00
sqliteutil all: add missing dots 2020-08-11 17:50:01 +03:00
tempdb storage/cockroachkv: add ctx argument 2020-01-13 15:57:47 +02:00
txutil all: use jackc/pgx in place of lib/pq 2020-07-13 15:54:41 +00:00
utccheck all: fix dots 2020-07-16 14:58:28 +00:00
dbimplementation.go all: add missing dots 2020-08-11 17:50:01 +03:00
defaults.go private/dbutil: set connMaxLifetime to 30 minutes 2020-08-28 18:00:41 +00:00
nulltime.go mod: update sqlite module to v2.0.2 2020-01-08 21:21:15 +02:00
split.go all: use jackc/pgx in place of lib/pq 2020-07-13 15:54:41 +00:00
tempdbtype.go private/tagsql,storage: fixes to context cancellation 2020-01-20 15:44:39 +02:00