summaryrefslogtreecommitdiffstats
path: root/js/public/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/public/app.js')
-rw-r--r--js/public/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/public/app.js b/js/public/app.js
index 680a411ad..2e801c8d0 100644
--- a/js/public/app.js
+++ b/js/public/app.js
@@ -41,9 +41,9 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
markReadTimeout: 500,
scrollTimeout: 500,
feedUpdateInterval: 1000 * 60 * 3,
- itemBatchSize: 20,
+ itemBatchSize: 40,
undoTimeout: 1000 * 10,
- autoPageFactor: 10
+ autoPageFactor: 30
});
});