From 73296aa986cd4a92ee99ed218b92dfc6c82ac8c3 Mon Sep 17 00:00:00 2001 From: Simon Walton <36682372+SimonWalton-HiFi@users.noreply.github.com> Date: Mon, 11 Feb 2019 16:59:18 -0800 Subject: [PATCH] Change update rate to 1 Hz --- interface/resources/qml/hifi/Pal.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/Pal.qml b/interface/resources/qml/hifi/Pal.qml index 7c22b98dc2..1c190a2b79 100644 --- a/interface/resources/qml/hifi/Pal.qml +++ b/interface/resources/qml/hifi/Pal.qml @@ -43,7 +43,7 @@ Rectangle { property bool currentlyEditingDisplayName: false property bool punctuationMode: false; property double loudSortTime: 0.0; - readonly property double kLOUD_SORT_PERIOD_MS: 100.0; + readonly property double kLOUD_SORT_PERIOD_MS: 1000.0; HifiConstants { id: hifi; } RootHttpRequest { id: http; }