2
You need to modify the following file and change the 11 to 90:
/modules/system/blocks/system_blocks.php:
Changed line 38 so the "Who's Online" block will accurately update and show who is really online :
From:
if (mt_rand(1, 100) < 11) {
to
if (mt_rand(1, 100) < 90) {