From e901877779dbd8653e1db23acd953b9439fc1352 Mon Sep 17 00:00:00 2001 From: Eric Leijonmarck Date: Mon, 3 Mar 2025 17:10:34 +0000 Subject: [PATCH] docs: update limit for mysql from 128 to 255 --- .../content/getting-started/setup-openfga/configure-openfga.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/getting-started/setup-openfga/configure-openfga.mdx b/docs/content/getting-started/setup-openfga/configure-openfga.mdx index fcbc324c8..666df7ecb 100644 --- a/docs/content/getting-started/setup-openfga/configure-openfga.mdx +++ b/docs/content/getting-started/setup-openfga/configure-openfga.mdx @@ -92,7 +92,7 @@ To learn how to run in Docker, check our [Docker documentation](./docker-setup.m The MySQL datastore has stricter limits for the max length of some fields for tuples compared to other datastore engines, in particular: - object type is at most 128 characters (down from 256) -- object id is at most 128 characters (down from 256) +- object id is at most 255 characters (down from 256) - user is at most 256 characters (down from 512) The connection URI needs to specify the query `parseTime=true`.