3 lines
122 B
TypeScript
3 lines
122 B
TypeScript
// The amount of time in ms that a container will stay alive without a hearbeat.
|
|
export const CONTAINER_TIMEOUT = 120_000
|