Hello,
Here is a simple hack to change the paging limit.
Open the following file in edit mode:
/wp-admin/includes/post.php
Find this code:
wp("post_type=post&what_to_show=posts$post_status_q&posts_per_page=15&order=$order&orderby=$orderby");
Replace 15 with any number you want!
Check your admin!