diff --git a/core/client/routes/posts.js b/core/client/routes/posts.js
index 5f9153ccac..b1943fb18d 100644
--- a/core/client/routes/posts.js
+++ b/core/client/routes/posts.js
@@ -4,8 +4,7 @@ import AuthenticatedRoute from 'ghost/routes/authenticated';
 var paginationSettings = {
     status: 'all',
     staticPages: 'all',
-    page: 1,
-    limit: 15
+    page: 1
 };
 
 var PostsRoute = AuthenticatedRoute.extend(styleBody, {