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:
@@ -73,6 +73,7 @@ export default defineConfig({
|
||||
{ text: "Configuration", link: "/guide/configuration" },
|
||||
{ text: "Database", link: "/guide/database" },
|
||||
{ text: "Deployment", link: "/guide/deployment" },
|
||||
{ text: "Hardware requirements", link: "/guide/deployment#hardware-requirements" },
|
||||
{ text: "Docker tags", link: "/guide/docker-tags" },
|
||||
{ text: "Developer guide", link: "/guide/developer" },
|
||||
{ text: "Translation guide", link: "/guide/translations" },
|
||||
|
||||
Reference in New Issue
Block a user