3 lines
122 B
TypeScript
Raw Normal View History

// The amount of time in ms that a container will stay alive without a hearbeat.
2024-11-16 21:35:06 -05:00
export const CONTAINER_TIMEOUT = 120_000