Commit Graph

5 Commits

Author SHA1 Message Date
Joost Jager
7cd7cef6c6 htlcswitch: fix duplicate close
The decayed log database opening and closing is managed at a higher
level in config_builder.go.
2022-01-10 08:42:32 +01:00
Joost Jager
274faff980 postgres: add connection limit 2021-11-17 11:08:43 +01:00
Oliver Gugger
41c579fd09 multi: run go fmt with go 1.17 2021-11-08 22:39:41 +01:00
Joost Jager
bd291286f7 kvdb/postgres: convert all types of panic data to error
Previously the assumption existed that panic data was already an error.
If that wasn't the case for example because panic("string") was used,
the transaction wasn't unlocked.
2021-10-29 10:54:40 +02:00
Joost Jager
3eb80cac97 kvdb: add postgres 2021-09-21 10:44:18 +02:00