MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / getConnectionTimeoutValue

Function getConnectionTimeoutValue

packages/cli/src/commands/dev.ts:560–566  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

558}
559
560function getConnectionTimeoutValue() {
561 if (typeof process.env.TUNNEL_CONNECTION_TIMEOUT === "string") {
562 return parseInt(process.env.TUNNEL_CONNECTION_TIMEOUT);
563 }
564
565 return 5000;
566}
567
568async function createNgrokTunnel(hostname: string, port: number, spinner: Ora) {
569 try {

Callers 1

createNativeTunnelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…