fix: Shortened queue interval
This commit is contained in:
parent
c3d553ece0
commit
2e67a6f09f
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ class Garmin(
|
|||
val newCurrent = queue.poll()
|
||||
if (newCurrent == null) {
|
||||
Log.d(TAG, "run (${currentThread().name}): Sleep...")
|
||||
sleep(500)
|
||||
sleep(250)
|
||||
} else {
|
||||
current = newCurrent
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue