Skip to content

Commit

Permalink
bump back to 500ms
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdickinson committed Oct 3, 2024
1 parent 024c03b commit 899f093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export const PGURL = process.env.PGURL
export const HOST = String(process.env.HOST || '0.0.0.0')
export const PORT = Number(process.env.PORT) || 8124

export const XTP_PLUGIN_TIMEOUT = Number(process.env.XTP_PLUGIN_TIMEOUT) || 100
export const XTP_PLUGIN_TIMEOUT = Number(process.env.XTP_PLUGIN_TIMEOUT) || 500

0 comments on commit 899f093

Please sign in to comment.