Remove big cacheBuffer from EventList

This commit is contained in:
miruka 2019-11-12 10:00:32 -04:00
parent fccae0e191
commit c4a65b0cff

View File

@ -71,10 +71,6 @@ Rectangle {
bottomMargin: theme.spacing bottomMargin: theme.spacing
verticalLayoutDirection: ListView.BottomToTop verticalLayoutDirection: ListView.BottomToTop
// Keep x scroll pages cached, to limit images having to be
// reloaded from network.
cacheBuffer: height * 4
onYPosChanged: onYPosChanged:
if (canLoad && yPos < 0.1) Qt.callLater(loadPastEvents) if (canLoad && yPos < 0.1) Qt.callLater(loadPastEvents)