mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-18 14:44:22 +01:00
postgres: add connection limit
This commit is contained in:
6
kvdb/postgres/no_db.go
Normal file
6
kvdb/postgres/no_db.go
Normal file
@@ -0,0 +1,6 @@
|
||||
//go:build !kvdb_postgres
|
||||
// +build !kvdb_postgres
|
||||
|
||||
package postgres
|
||||
|
||||
func Init(maxConnections int) {}
|
||||
Reference in New Issue
Block a user