-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup AllConfig #32069
Cleanup AllConfig #32069
Conversation
CarlSchwan
commented
Apr 22, 2022
- Port to QueryBuilder
- More typing when possible
- Import classes with 'use'
770a04e
to
178b5d8
Compare
phpunit is not happy, on it |
- Port to QueryBuilder - More typing when possible - Import classes with 'use' Signed-off-by: Carl Schwan <[email protected]>
178b5d8
to
8bbdd9e
Compare
@@ -450,22 +454,20 @@ public function getUserValueForUsers($appName, $key, $userIds) { | |||
} | |||
|
|||
$chunkedUsers = array_chunk($userIds, 50, true); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can bump to 1k as that is the oracle limit?
cc @CarlSchwan there was a legit test failing...
The server can not be installed anymore locally. |
|
The issue exists since a bit longer #31751 (comment) |
Okay lemme check |