switch timeline batch size back to 20 (#539)

This commit is contained in:
Nolan Lawson 2018-09-06 09:35:30 -07:00 committed by GitHub
parent 431d1e1051
commit c16718982f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export const TIMELINE_BATCH_SIZE = 10
export const TIMELINE_BATCH_SIZE = 20
export const timelines = {
home: { name: 'home', label: 'Home' },