Charles Bochet and GitHub
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-02-03 16:16:02 +00:00
2026-03-05 15:13:59 +00:00
2026-03-06 08:45:08 +01:00
2026-02-28 14:07:49 +01:00
2026-03-12 15:07:53 +01:00
2026-03-16 09:42:28 +01:00
2026-03-05 14:40:23 +01:00
2026-03-06 13:20:57 +01:00
2026-03-16 09:42:28 +01:00
2026-03-12 15:07:53 +01:00
2026-03-06 01:03:50 +01:00
2026-03-06 01:03:50 +01:00
2026-03-06 01:03:50 +01:00
2026-02-11 10:05:24 +00:00
2026-03-06 01:03:50 +01:00
2026-03-04 16:33:58 +01:00
2026-02-09 08:23:57 +00:00
2025-12-18 08:03:13 +01:00
2026-03-06 01:03:50 +01:00
2025-12-16 14:44:27 +01:00
2026-02-28 14:07:49 +01:00
2026-02-28 14:07:49 +01:00
2026-03-13 09:20:14 +01:00
2026-01-27 15:59:37 +00:00
2026-03-06 01:03:50 +01:00
2026-03-12 15:07:53 +01:00
2026-03-06 01:03:50 +01:00
2026-03-04 16:33:58 +01:00
2026-03-12 10:34:24 +00:00
2026-03-05 10:34:08 +01:00
2026-02-11 10:05:24 +00:00
2026-03-06 01:03:50 +01:00
2026-02-18 14:12:47 +00:00
2026-02-09 19:09:13 +01:00
2026-03-13 19:23:23 +01:00
2026-02-28 14:07:49 +01:00
2026-02-28 14:07:49 +01:00
2026-03-06 01:03:50 +01:00
2026-03-06 01:03:50 +01:00
2026-03-04 16:33:58 +01:00
2026-03-06 01:03:50 +01:00
2026-03-13 11:06:14 +00:00
2026-03-12 15:07:53 +01:00
2026-03-06 01:03:50 +01:00
2026-02-09 19:09:13 +01:00
2026-03-05 14:40:23 +01:00
2026-03-13 19:07:55 +01:00
2026-02-11 10:05:24 +00:00
2026-02-11 10:05:24 +00:00
2026-03-13 19:07:55 +01:00
2026-01-27 17:24:51 +00:00
2026-03-13 19:07:55 +01:00
2025-12-18 15:22:17 +01:00
2026-02-20 14:08:20 +01:00
2026-01-27 15:59:37 +00:00
2026-03-10 13:14:49 +01:00
2026-02-09 15:29:32 +01:00
2026-03-12 15:07:53 +01:00
2026-03-02 12:06:05 +01:00
2025-12-30 09:08:43 +00:00
2026-03-12 13:19:01 +01:00
2026-02-03 16:16:02 +00:00
2026-03-05 11:39:31 +01:00
2026-03-16 15:10:38 +01:00
2026-03-06 01:03:50 +01:00
2026-03-06 01:03:50 +01:00
2026-03-12 15:07:53 +01:00
2026-03-05 14:40:23 +01:00
2026-03-12 15:07:53 +01:00
2026-03-05 14:40:23 +01:00
2026-03-06 08:45:08 +01:00