Skip to content

Commit f183588

Browse files
committed
chore: cleanup
1 parent 9f728fe commit f183588

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/server/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ const PG_META_DB_SSL_MODE = process.env.PG_META_DB_SSL_MODE || 'disable'
1717

1818
const PG_CONN_TIMEOUT_SECS = Number(process.env.PG_CONN_TIMEOUT_SECS || 15)
1919
const PG_QUERY_TIMEOUT_SECS = Number(process.env.PG_QUERY_TIMEOUT_SECS || 55)
20-
export const PG_STATEMENT_TIMEOUT_SECS = PG_QUERY_TIMEOUT_SECS + 1
2120

2221
export let PG_CONNECTION = process.env.PG_META_DB_URL
2322
if (!PG_CONNECTION) {

0 commit comments

Comments
 (0)