From 58b155d22eb6290999ac9ff9efd2557a38e5f279 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 3 Jul 2024 20:46:12 -0400 Subject: [PATCH] Increase no data timeout --- api/fast-whisper/fast-whisper.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/fast-whisper/fast-whisper.yaml b/api/fast-whisper/fast-whisper.yaml index 5d2194f..eaa4d79 100644 --- a/api/fast-whisper/fast-whisper.yaml +++ b/api/fast-whisper/fast-whisper.yaml @@ -24,3 +24,6 @@ spec: resources: limits: nvidia.com/gpu: 1 + env: + - name: MAX_NO_DATA_SECONDS + value: "100.0"