Decrease favorites sync max throttle by 500ms (should be safe)
This commit is contained in:
parent
5df18f2558
commit
ac3967e997
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ class FavoritesSyncHelper(val context: Context) {
|
|||
class IgnoredException : RuntimeException()
|
||||
|
||||
companion object {
|
||||
private const val THROTTLE_MAX = 5000
|
||||
private const val THROTTLE_MAX = 4500
|
||||
private const val THROTTLE_INC = 10
|
||||
private const val THROTTLE_WARN = 1000
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue