From 7df17bc117889785d1a26b320ff3ac2df27318f6 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Sun, 12 Nov 2023 13:28:23 +0000 Subject: [PATCH] fixup max id docs --- pages/Configuring/Dispatchers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/Configuring/Dispatchers.md b/pages/Configuring/Dispatchers.md index d848136..93f0e34 100644 --- a/pages/Configuring/Dispatchers.md +++ b/pages/Configuring/Dispatchers.md @@ -129,8 +129,8 @@ You have eight choices: {{< /hint >}} {{< hint type=important >}} -Numerical workspaces (e.g. `1`, `2`, `127634934729`) are allowed -**ONLY** between 1 and 9223372036854775806 (inclusive) +Numerical workspaces (e.g. `1`, `2`, `13371337`) are allowed +**ONLY** between 1 and 2147483647 (inclusive) Neither `0` nor negative numbers are allowed. {{< /hint >}}