From 6df1d35712d8954da998ae4ec245572802ed00a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Tue, 30 Aug 2022 07:30:23 +0000 Subject: [PATCH] PR review changes --- app/config/collections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/collections.php b/app/config/collections.php index 021c4ff4c6..d48094849f 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -3424,7 +3424,7 @@ $collections = [ '$id' => 'value', 'type' => Database::VAR_STRING, 'format' => '', - 'size' => 16384, + 'size' => 8192, 'signed' => true, 'required' => true, 'default' => null,