From 7ff3f92752123695e2f56d17e01f44a4f05513eb Mon Sep 17 00:00:00 2001 From: Igor Sirotin Date: Wed, 20 Nov 2024 16:42:32 +0000 Subject: [PATCH] chore_: cleanup --- cmd/status-backend/requests/Panic.http | 5 ----- protocol/messenger_backup.go | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 cmd/status-backend/requests/Panic.http diff --git a/cmd/status-backend/requests/Panic.http b/cmd/status-backend/requests/Panic.http deleted file mode 100644 index b00aad4df..000000000 --- a/cmd/status-backend/requests/Panic.http +++ /dev/null @@ -1,5 +0,0 @@ -GET {{address}}/statusgo/Panic - -{ - "lol": "kek", -} \ No newline at end of file diff --git a/protocol/messenger_backup.go b/protocol/messenger_backup.go index bb8da015b..1be48224d 100644 --- a/protocol/messenger_backup.go +++ b/protocol/messenger_backup.go @@ -21,7 +21,7 @@ const ( ) // backupTickerInterval is how often we should check for backups -var backupTickerInterval = 30 * time.Second +var backupTickerInterval = 120 * time.Second // backupIntervalSeconds is the amount of seconds we should allow between // backups