9router / src /lib /tunnel /cloudflare /config.js
2api
feat: configurable stream stall timeout + per-provider UI
88c4c60
Raw
History Blame Contribute Delete
271 Bytes
// Cloudflare quick tunnel: DNS propagates fast, short timeouts OK
export const HEALTH_CHECK = {
intervalMs: 2000,
timeoutMs: 60000,
fetchTimeoutMs: 5000,
dnsTimeoutMs: 2000,
};
export const WORKER_URL = process.env.TUNNEL_WORKER_URL || "https://abc-tunnel.us";