Skip to content

Commit 8aa30f6

Browse files
thestingermuhomorr
authored andcommitted
reduce time update threshold from 2000ms to 50ms
1 parent d10195d commit 8aa30f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/res/res/values/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2039,7 +2039,7 @@
20392039
<!-- The difference in millis that has to exist between a time suggestion under
20402040
consideration by the time_detector and the system clock before the system clock will be
20412041
changed. -->
2042-
<integer name="config_timeDetectorAutoUpdateDiffMillis">2000</integer>
2042+
<integer name="config_timeDetectorAutoUpdateDiffMillis">50</integer>
20432043

20442044
<!-- Enables the GnssTimeUpdate service. This is the global switch for enabling Gnss time based
20452045
suggestions to TimeDetector service. See also config_autoTimeSourcesPriority. -->

0 commit comments

Comments
 (0)