Robert E. Kuunders
Results
1
comments of
Robert E. Kuunders
I'm running into the same problem. Upping the userlimit makes the web interface run smoothly. (Change line 374: $tooBig = ($db->countUsers() > 50); into $tooBig = ($db->countUsers() > 500); Run...