Files
twenty/packages/twenty-server/src/engine/core-modules
Charles BochetandGitHub 5dfdc1d81d refactor: consolidate database query timeout config variables (#18670)
## Summary

- Removes the redundant `DATABASE_STATEMENT_TIMEOUT_MS` config variable
(default 15s) from `ConfigVariables`
- Updates the core TypeORM datasource to use
`PG_DATABASE_PRIMARY_TIMEOUT_MS` (default 10s) for its `query_timeout`,
aligning it with the workspace datasource which already uses this
variable
- This consolidates two separate env vars that controlled the same
concern (database query timeout) into a single one
2026-03-16 15:10:38 +01:00
..
2026-03-12 15:07:53 +01:00
2026-03-12 15:07:53 +01:00
2026-03-12 10:34:24 +00:00
2026-03-13 19:23:23 +01:00
2026-03-05 14:40:23 +01:00
2026-03-12 15:07:53 +01:00
2026-03-12 13:19:01 +01:00
2026-03-05 14:40:23 +01:00
2026-03-12 15:07:53 +01:00