Skip to content

Commit

Permalink
Remove timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
MRVDH committed Jan 12, 2024
1 parent 0d1d78f commit 52e962a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/apps/graph/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COMPLEXITY_ENABLED=false
COMPLEXITY_EXPOSED=false

# Database
DATABASE_URL="postgresql://devnet@localhost:5432/devnet"
DATABASE_URL="postgresql://devnet@localhost:5432/devnet?pool_timeout=0"

# This variable determines the maximum calculated block confirmation depth.
MAX_CALCULATED_BLOCK_CONFIRMATION_DEPTH=7
Expand Down
2 changes: 1 addition & 1 deletion packages/apps/graph/src/utils/dotenv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const dotenv: {
),
DATABASE_URL: or(
process.env.DATABASE_URL,
'postgresql://devnet@localhost:5432/devnet',
'postgresql://devnet@localhost:5432/devnet?pool_timeout=0',
),
MAX_CALCULATED_BLOCK_CONFIRMATION_DEPTH: parseInt(
or(process.env.MAX_CALCULATED_BLOCK_CONFIRMATION_DEPTH, '7'),
Expand Down

3 comments on commit 52e962a

@vercel
Copy link

@vercel vercel bot commented on 52e962a Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tools – ./packages/apps/tools

kadena-js-transfer.vercel.app
tools-kadena-js.vercel.app
tools.kadena.io
tools-git-main-kadena-js.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 52e962a Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-ui – ./packages/libs/react-ui

react-ui-git-main-kadena-js.vercel.app
react-ui-delta.vercel.app
react-ui.kadena.io
react-ui-kadena-js.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 52e962a Jan 12, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

alpha-docs – ./packages/apps/docs

alpha-docs-git-main-kadena-js.vercel.app
alpha-docs.kadena.io
docs-silk-two.vercel.app
alpha-docs-kadena-js.vercel.app
docs.kadena.io

Please sign in to comment.