diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-20 19:07:56 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-20 19:07:56 +0300 |
| commit | d773e26b19dcea2f4a1917ebb6edaa4f5721693f (patch) | |
| tree | cc38b381c0d367a84ad802c16bf7fcb0c67bc8ad /internal/httpctx/httpctx.go | |
| parent | 7bb500b8cd567e45634fc01c97e8dcd5a1a9db22 (diff) | |
Remove story feature for task 05
Diffstat (limited to 'internal/httpctx/httpctx.go')
| -rw-r--r-- | internal/httpctx/httpctx.go | 4 |
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 |
