summaryrefslogtreecommitdiffstats
path: root/src/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.c')
-rw-r--r--src/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.c b/src/config.c
index c28de7f..f826c18 100644
--- a/src/config.c
+++ b/src/config.c
@@ -56,8 +56,8 @@ static void default_config(fastd_config *conf) {
conf->log_syslog_ident = strdup("fastd");
conf->log_files = NULL;
- conf->keepalive_interval = 60;
- conf->peer_stale_time = 300;
+ conf->keepalive_interval = 20;
+ conf->peer_stale_time = 90;
conf->eth_addr_stale_time = 300;
conf->ifname = NULL;