summaryrefslogtreecommitdiffstats
path: root/js/public/app.js
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-07-05 16:46:20 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-07-05 16:46:20 +0200
commitedbe434a2c6fb3f20f6d1e6f15094c934ba1ef02 (patch)
treed9842a0c188e3517c75ad22b0ff01da63f3db840 /js/public/app.js
parent24114249513c15c69c5f240c9210a49c589bdd19 (diff)
display 40 articles by default, autopage when 20 are left
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
});
});