Andrey Butirsky 1 неделю назад
Родитель
Сommit
a5607e3083
Аккаунт пользователя с таким Email не найден
2 измененных файлов: 2 добавлений и 2 удалений
  1. 1
    1
      example.config.toml
  2. 1
    1
      mtglib/init.go

+ 1
- 1
example.config.toml Просмотреть файл

@@ -97,7 +97,7 @@ auto-update = false
97 97
 # Sometimes time can be skewed so we accept all messages within a
98 98
 # time range of this parameter.
99 99
 #
100
-# Default value is 3s
100
+# Default value is 15s
101 101
 tolerate-time-skewness = "5s"
102 102
 
103 103
 # Telegram has a concept of DC. You can think about DC as a number of a cluster

+ 1
- 1
mtglib/init.go Просмотреть файл

@@ -87,7 +87,7 @@ const (
87 87
 
88 88
 	// DefaultTolerateTimeSkewness is a default timeout for time skewness on a
89 89
 	// faketls timeout verification.
90
-	DefaultTolerateTimeSkewness = 3 * time.Second
90
+	DefaultTolerateTimeSkewness = 15 * time.Second
91 91
 
92 92
 	// DefaultPreferIP is a default value for Telegram IP connectivity preference.
93 93
 	DefaultPreferIP = "prefer-ipv6"

Загрузка…
Отмена
Сохранить