reduce viewport render factor in virtual list

This commit is contained in:
Nolan Lawson 2018-02-13 19:43:06 -08:00
parent 144468ade2
commit d45e8da5c4

View file

@ -1,7 +1,7 @@
import { mark, stop } from '../../_utils/marks'
import { RealmStore } from '../../_utils/RealmStore'
const VIEWPORT_RENDER_FACTOR = 4
const VIEWPORT_RENDER_FACTOR = 3
class VirtualListStore extends RealmStore {
constructor (state) {