Skip to content

Commit 8179b9d

Browse files
lsteinclaude
andcommitted
docs: regenerate settings.json for session_queue_mode
Run via `pnpm run generate-docs-data`. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 28c63b1 commit 8179b9d

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/src/generated/settings.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,20 @@
574574
"type": "<class 'int'>",
575575
"validation": {}
576576
},
577+
{
578+
"category": "GENERATION",
579+
"default": "round_robin",
580+
"description": "Session queue mode. Use 'FIFO' for traditional first-in-first-out, or 'round_robin' to serve each user's jobs in turn. In single-user mode, FIFO is always used regardless of this setting.",
581+
"env_var": "INVOKEAI_SESSION_QUEUE_MODE",
582+
"literal_values": [
583+
"FIFO",
584+
"round_robin"
585+
],
586+
"name": "session_queue_mode",
587+
"required": false,
588+
"type": "typing.Literal['FIFO', 'round_robin']",
589+
"validation": {}
590+
},
577591
{
578592
"category": "GENERATION",
579593
"default": false,

0 commit comments

Comments
 (0)