Merge pull request #9982 from osmandapp/TelegramTimingFix
Increase waiting telegram library time
This commit is contained in:
commit
80c11d3136
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ private const val PROXY_ENABLED = "proxy_enabled"
|
|||
private const val PROXY_PREFERENCES_KEY = "proxy_preferences"
|
||||
|
||||
private const val SHARING_INITIALIZATION_TIME = 60 * 2L // 2 minutes
|
||||
private const val WAITING_TDLIB_TIME = 3 // 3 seconds
|
||||
private const val WAITING_TDLIB_TIME = 7 // 7 seconds
|
||||
|
||||
private const val GPS_UPDATE_EXPIRED_TIME = 60 * 3L // 3 minutes
|
||||
|
||||
|
|
Loading…
Reference in a new issue