Skip to content

Commit

Permalink
Decrease bind daemon intervale for resilience (#1826)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo authored Jan 31, 2024
1 parent 970b4ad commit ed3b1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/params/src/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const params = {
CHECK_DISK_USAGE_DAEMON_INTERVAL: 1 * MINUTE,
NAT_RENEWAL_DAEMON_INTERVAL: 1 * HOUR,
ETHICAL_METRICS_DAEMON_INTERVAL: 50 * MINUTE,
BIND_DAEMON_INTERVAL: 30 * MINUTE,
BIND_DAEMON_INTERVAL: 10 * MINUTE, // TODO: after public ip range migration put a higher value

// IPFS parameters
IPFS_HOST: process.env.IPFS_HOST || process.env.IPFS_REDIRECT,
Expand Down

0 comments on commit ed3b1bd

Please sign in to comment.