mirror of
https://github.com/nolanlawson/pinafore
synced 2025-01-22 18:05:08 +01:00
switch timeline batch size back to 20 (#539)
This commit is contained in:
parent
431d1e1051
commit
c16718982f
@ -1,4 +1,4 @@
|
||||
export const TIMELINE_BATCH_SIZE = 10
|
||||
export const TIMELINE_BATCH_SIZE = 20
|
||||
|
||||
export const timelines = {
|
||||
home: { name: 'home', label: 'Home' },
|
||||
|
Loading…
Reference in New Issue
Block a user