Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
change retry interval
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshbalusu11 committed Jul 20, 2022
1 parent e3985e6 commit 2164b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/external_services_utils/amboss_health_check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { getSavedNodes } from '~server/lnd';
import { signature } from '~server/commands/grpc_utils/grpc_utils';

const retryInterval = 30000;
const retryTimes = 15;
const retryTimes = 10;

/** Post amboss health checks
{
Expand Down

0 comments on commit 2164b1c

Please sign in to comment.