Change update rate to 1 Hz

This commit is contained in:
Simon Walton 2019-02-11 16:59:18 -08:00 committed by GitHub
parent 4f2223ced3
commit 73296aa986
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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; }