mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-13 03:24:26 +00:00
99c645cc60
# Which Problems Are Solved The connection pool of go uses a high amount of database connections. # How the Problems Are Solved The standard lib connection pool was replaced by `pgxpool.Pool` # Additional Changes The `db.BeginTx`-spans are removed because they cause to much noise in the traces. # Additional Context - part of https://github.com/zitadel/zitadel/issues/7639 |
||
---|---|---|
.. | ||
database | ||
file | ||
aes_test.go | ||
aes.go | ||
code_mock.go | ||
code_mocker.go | ||
code_test.go | ||
code.go | ||
crypto_mock.go | ||
crypto_test.go | ||
crypto.go | ||
generate.go | ||
key_storage.go | ||
key.go | ||
passwap_test.go | ||
passwap.go | ||
rsa.go |