Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Dec 29, 2023
2 parents 7c6f7d9 + de04980 commit e93eb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constant/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export const port = process.env.OFFCHAIN_SERVER_PORT || 3001

export const SEC = 1000

export const wsReconnectTimeout = parseInt(process.env.WS_RECONNECT_TIMEOUT || '15') * SEC
export const wsReconnectTimeout = parseInt(process.env.WS_RECONNECT_TIMEOUT || '15') * SEC

0 comments on commit e93eb01

Please sign in to comment.