From 69ce94d1bdc48011cf9866e98597f4f8951f0dca Mon Sep 17 00:00:00 2001
From: Nicolas Werner <nicolas.werner@hotmail.de>
Date: Tue, 14 Jan 2020 22:37:12 +0100
Subject: [PATCH] Reduce memory usage and make room switching quicker

May make scrolling more laggy or jumpy.
---
 resources/qml/TimelineView.qml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 3ad8ce7d3..bfea79ee6 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -37,8 +37,6 @@ Item {
 		ListView {
 			id: chat
 
-			cacheBuffer: 2000
-
 			visible: timelineManager.timeline != null
 			anchors.fill: parent
 
-- 
GitLab