We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a324b76 commit 7ce20f5Copy full SHA for 7ce20f5
1 file changed
platforms/file-manager/api/src/database/data-source.ts
@@ -47,7 +47,7 @@ export const AppDataSource = new DataSource({
47
min: 2,
48
idleTimeoutMillis: 30000,
49
connectionTimeoutMillis: 5000,
50
- statement_timeout: 10000,
+ statement_timeout: 3600000,
51
},
52
});
53
0 commit comments