mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
docs: remove hardcoded pipeline/batch limits, default to unlimited
Pipeline steps and batch size are now unlimited by default. The old "20 steps" and "200 images" figures had no basis in the actual code (MAX_BATCH_SIZE already defaulted to 0/unlimited). Both remain configurable via MAX_PIPELINE_STEPS and MAX_BATCH_SIZE env vars. Also includes updated hardware requirements and sidebar nav from prior documentation audit.
This commit is contained in:
@@ -229,7 +229,7 @@ curl -X POST http://localhost:1349/api/v1/pipeline/batch \
|
||||
-F 'pipeline=[{"toolId":"resize","settings":{"width":800}}]'
|
||||
```
|
||||
|
||||
Each step's output is the next step's input. Up to **20 steps** per pipeline.
|
||||
Each step's output is the next step's input. Unlimited steps per pipeline by default (configurable via `MAX_PIPELINE_STEPS`).
|
||||
|
||||
### Save and manage pipelines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user