mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 16:17:03 +00:00
Other: Add v2 to module name
This commit is contained in:
@ -24,10 +24,8 @@ import (
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
var (
|
||||
// retryConnectionSleeps defines a smooth cool down in seconds.
|
||||
retryConnectionSleeps = []int{2, 5, 10, 30, 60} //nolint:gochecknoglobals
|
||||
)
|
||||
// retryConnectionSleeps defines a smooth cool down in seconds.
|
||||
var retryConnectionSleeps = []int{2, 5, 10, 30, 60} //nolint:gochecknoglobals
|
||||
|
||||
func (m *manager) pingUntilSuccess() {
|
||||
if m.isPingOngoing() {
|
||||
|
||||
Reference in New Issue
Block a user