Skip to content

Commit 7ce20f5

Browse files
authored
fix: timeout (#924)
1 parent a324b76 commit 7ce20f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

platforms/file-manager/api/src/database/data-source.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const AppDataSource = new DataSource({
4747
min: 2,
4848
idleTimeoutMillis: 30000,
4949
connectionTimeoutMillis: 5000,
50-
statement_timeout: 10000,
50+
statement_timeout: 3600000,
5151
},
5252
});
5353

0 commit comments

Comments
 (0)