summaryrefslogtreecommitdiff
path: root/internal/httpctx/httpctx.go
diff options
context:
space:
mode:
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