1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 14:50:46 +01:00
eclair/eclair-core
Pierre-Marie Padiou a8d4e07bdd
Use less strict isolation level for channel meta (#1790)
We don't need `SERIALIZABLE` consistency guarantees when all we do is
updating timestamp columns. This happens concurrently to channel data
update and raised serialization errors in postgres.

Fixed #1786.

Co-authored-by: Bastien Teinturier <31281497+t-bast@users.noreply.github.com>
2021-05-10 15:32:26 +02:00
..
src Use less strict isolation level for channel meta (#1790) 2021-05-10 15:32:26 +02:00
eclair-cli Refactor and simplify API dsl (#1690) 2021-03-09 15:23:50 +01:00
pom.xml Use bouncycastle instead of spongycastle (#1772) 2021-04-22 11:39:45 +02:00