Files
sandbox-web-ide/backend/server/src/constants.ts
2024-10-24 16:34:13 -06:00

2 lines
121 B
TypeScript

// The amount of time in ms that a container will stay alive without a hearbeat.
export const CONTAINER_TIMEOUT = 120_000