summaryrefslogtreecommitdiff
path: root/internal/httpctx/httpctx.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-20 19:07:56 +0300
committerPaul Buetow <paul@buetow.org>2026-04-20 19:07:56 +0300
commitd773e26b19dcea2f4a1917ebb6edaa4f5721693f (patch)
treecc38b381c0d367a84ad802c16bf7fcb0c67bc8ad /internal/httpctx/httpctx.go
parent7bb500b8cd567e45634fc01c97e8dcd5a1a9db22 (diff)
Remove story feature for task 05
Diffstat (limited to 'internal/httpctx/httpctx.go')
-rw-r--r--internal/httpctx/httpctx.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/httpctx/httpctx.go b/internal/httpctx/httpctx.go
index 2a65f50..ffbdc65 100644
--- a/internal/httpctx/httpctx.go
+++ b/internal/httpctx/httpctx.go
@@ -34,10 +34,6 @@ const (
// ListModelsTimeout bounds model-listing CLI calls.
ListModelsTimeout = 3 * time.Minute
- // StoryPageImageTimeout bounds a single comic page image pipeline (search +
- // download) when no parent deadline exists.
- StoryPageImageTimeout = 25 * time.Minute
-
// VeoCLIPerVideoTimeout bounds one gallery-to-MP4 Veo run (start + poll +
// download) when the CLI passes Background.
VeoCLIPerVideoTimeout = 25 * time.Minute