From d773e26b19dcea2f4a1917ebb6edaa4f5721693f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 20 Apr 2026 19:07:56 +0300 Subject: Remove story feature for task 05 --- internal/httpctx/httpctx.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'internal/httpctx') 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 -- cgit v1.2.3