fix: update max query

This commit is contained in:
loks0n
2025-12-17 15:30:17 +00:00
parent 8d94b6585e
commit 3871023572
+2
View File
@@ -57,6 +57,8 @@ Server::setResource('dbForPlatform', function (Cache $cache, Registry $register)
$dbForPlatform = new Database($adapter, $cache);
$dbForPlatform->setNamespace('_console');
$dbForPlatform->setDocumentType('users', User::class);
$dbForPlatform->setMaxQueryValues(APP_DATABASE_QUERY_MAX_VALUES_WORKER);
return $dbForPlatform;
}, ['cache', 'register']);