summaryrefslogtreecommitdiff
path: root/internal/httpctx/httpctx.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-21 22:34:55 +0300
committerPaul Buetow <paul@buetow.org>2026-04-21 22:34:55 +0300
commitd558ed55df855e3ce01b19e7f1b1fe44dce8e64a (patch)
tree8285bce505da6384a9d430af6aef9834b90d96d4 /internal/httpctx/httpctx.go
parentd773e26b19dcea2f4a1917ebb6edaa4f5721693f (diff)
Audit stripped comicgen leftovers
Diffstat (limited to 'internal/httpctx/httpctx.go')
-rw-r--r--internal/httpctx/httpctx.go6
1 files changed, 1 insertions, 5 deletions
diff --git a/internal/httpctx/httpctx.go b/internal/httpctx/httpctx.go
index ffbdc65..075f948 100644
--- a/internal/httpctx/httpctx.go
+++ b/internal/httpctx/httpctx.go
@@ -20,7 +20,7 @@ const (
OpenAIHTTPTimeout = 15 * time.Minute
// GenAIHTTPTimeout bounds each Google GenAI SDK HTTP request (Gemini text,
- // image, TTS, Veo polling, file download).
+ // image and TTS generation).
GenAIHTTPTimeout = 30 * time.Minute
// ImageDownloadTimeout limits fetches of remote image URLs (e.g. DALL-E
@@ -34,10 +34,6 @@ const (
// ListModelsTimeout bounds model-listing CLI calls.
ListModelsTimeout = 3 * time.Minute
- // VeoCLIPerVideoTimeout bounds one gallery-to-MP4 Veo run (start + poll +
- // download) when the CLI passes Background.
- VeoCLIPerVideoTimeout = 25 * time.Minute
-
// SingleWordProcessTimeout caps ProcessWordWithTranslation when the CLI
// uses an unbounded context (batch processing already applies per-word
// timeouts elsewhere).