mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 23:56:56 +00:00
Other: Switch from liteapi to go-proton-api
This commit is contained in:
@ -27,8 +27,10 @@ import (
|
||||
"golang.org/x/sys/execabs"
|
||||
)
|
||||
|
||||
const BridgeCrashCount = "BRIDGE_CRASH_COUNT"
|
||||
const MaxCrashRestarts = 10
|
||||
const (
|
||||
BridgeCrashCount = "BRIDGE_CRASH_COUNT"
|
||||
MaxCrashRestarts = 10
|
||||
)
|
||||
|
||||
type Restarter struct {
|
||||
restart bool
|
||||
|
||||
Reference in New Issue
Block a user