From b36f4dfe5b6bcc1f0d805eccccd8cf8eff5f3925 Mon Sep 17 00:00:00 2001 From: Tobias Hachmer Date: Sat, 30 Dec 2017 11:26:47 +0100 Subject: [PATCH] Role service-fastd-mesh: update peer limit config * rename setting timeout to remote_data_timeout * introduce setting remote_fetch_timeout --- .../templates/fastd_peer_limit_config.yaml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/service-fastd-mesh/templates/fastd_peer_limit_config.yaml.j2 b/roles/service-fastd-mesh/templates/fastd_peer_limit_config.yaml.j2 index 1139226..1fd0e1c 100644 --- a/roles/service-fastd-mesh/templates/fastd_peer_limit_config.yaml.j2 +++ b/roles/service-fastd-mesh/templates/fastd_peer_limit_config.yaml.j2 @@ -23,4 +23,5 @@ restart_max: 43200 stat: 'fastd_status.json' stat_ext: 'http://%s.freifunk-mwu.de/%s' stat_local: '/var/www/html/%s' -timeout: 900 +remote_fetch_timeout: 10 +remote_data_timeout: 900