From 3cc87bc252ba850aff6fbf849720d5f6b96bff49 Mon Sep 17 00:00:00 2001 From: Tim Beatham Date: Sun, 31 Dec 2023 12:46:47 +0000 Subject: [PATCH] 72-pull-rate-in-configuration - Updated examples --- cmd/wgmeshd/configuration.yaml | 2 +- examples/meshtomesh/shared/configuration.yaml | 2 +- examples/simple/shared/configuration.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/wgmeshd/configuration.yaml b/cmd/wgmeshd/configuration.yaml index 01bb357..49aac29 100644 --- a/cmd/wgmeshd/configuration.yaml +++ b/cmd/wgmeshd/configuration.yaml @@ -10,5 +10,5 @@ syncRate: 1 interClusterChance: 0.15 branchRate: 3 infectionCount: 3 -keepAliveTime: 10 +heartBeatTime: 10 pruneTime: 20 diff --git a/examples/meshtomesh/shared/configuration.yaml b/examples/meshtomesh/shared/configuration.yaml index 01bb357..49aac29 100644 --- a/examples/meshtomesh/shared/configuration.yaml +++ b/examples/meshtomesh/shared/configuration.yaml @@ -10,5 +10,5 @@ syncRate: 1 interClusterChance: 0.15 branchRate: 3 infectionCount: 3 -keepAliveTime: 10 +heartBeatTime: 10 pruneTime: 20 diff --git a/examples/simple/shared/configuration.yaml b/examples/simple/shared/configuration.yaml index 01bb357..49aac29 100644 --- a/examples/simple/shared/configuration.yaml +++ b/examples/simple/shared/configuration.yaml @@ -10,5 +10,5 @@ syncRate: 1 interClusterChance: 0.15 branchRate: 3 infectionCount: 3 -keepAliveTime: 10 +heartBeatTime: 10 pruneTime: 20