Anyone knows how I can increase the number of videos listed under 'New Videos' or 'Recently Viewed'?

I have tried changing the loop counter in index.tpl, but to no effect.

{section name=i loop=$new_video start=0 max=4}
=> {section name=i loop=$new_video start=0 max=9}

$new_video only holds 4 records?