Compare commits

...
Author SHA1 Message Date
loks0n 3871023572 fix: update max query 2025-12-17 15:30:17 +00:00
+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']);