smaller feed

This commit is contained in:
Seth Call 2020-04-21 09:47:28 -05:00
parent 3e34a28588
commit 7266464d57
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
var userId = null;
var bandId = null;
var currentFeedPage = 0;
var feedBatchSize = 100;
var feedBatchSize = 20;
var $screen = null;
var $scroller = null;
var $content = null;