Completely untested, but open up cache_builders/new_users.php:
Change:
order by USER_ID desc limit 5
To (for 10):
order by USER_ID desc limit 10
-OR-
To (for 15):
order by USER_ID desc limit 15
Keep in mind, by editing stock files you're voiding support from Groupee, should you require support you'll want to un-apply what you do to this file.