[Solved][Documentation] Increase amount of "Recently Active Users" in Dashboard ?*

Hello.
Which file do I edit to increase the number of "Recently Active Users" in the Dashboard from 5 users to XX amount of users?
Tagged:
0
Answers
go to /applications/dashboard/controllers/class.settingscontroller.php (somewhere at line 424)
// Get recently active users
$this->ActiveUserData = $UserModel->GetActiveUsers(5);//change from 5 to xx
Check out my other Plugins here
Couldn't you just go to the Users list and sort by Last Visit?
^ But that would be an extra step or two.
Aolee's answer solved it. Thanks!