You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
unset($ldapUsers); //deliberately unset the variable so we don't OOM
252
+
$this->processLdapUsers($current_page + 1); //this recursive call means that the $ldapUsers variable is not going to get GC'ed until everything returns. Blech.
251
253
}
252
254
}
253
255
@@ -355,7 +357,7 @@ private function checkIfLdapIsEnabled(): void
0 commit comments