From b714ba3f313262f1c9442903e94c844fc43b62c6 Mon Sep 17 00:00:00 2001 From: taiyme <53635909+taiyme@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:35:54 +0900 Subject: [PATCH] =?UTF-8?q?chore(backend):=20=E3=82=BF=E3=82=A4=E3=83=A0?= =?UTF-8?q?=E3=82=A2=E3=82=A6=E3=83=88=E3=81=BE=E3=81=A7=E3=81=AE=E7=A7=92?= =?UTF-8?q?=E6=95=B0=E3=82=9210=E7=A7=92=E3=81=8B=E3=82=891=E5=88=86?= =?UTF-8?q?=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/backend/src/postgres.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/backend/src/postgres.ts b/packages/backend/src/postgres.ts index 2d14537bbb07..a0f0946f124e 100644 --- a/packages/backend/src/postgres.ts +++ b/packages/backend/src/postgres.ts @@ -208,7 +208,7 @@ export function createPostgresDataSource(config: Config) { password: config.db.pass, database: config.db.db, extra: { - statement_timeout: 1000 * 10, + statement_timeout: 1000 * 10 * 60, ...config.db.extra, }, ...(config.dbReplications ? {