aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 5a7d1f8..b4a03ce 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -74,7 +74,7 @@ fn run(link: String) -> Result<()> {
Err(e) => println!("[warn] multicast ra {}: {}", link2, e),
}
- thread::sleep(Duration::from_secs(1200));
+ thread::sleep(Duration::from_secs(120));
});
// Send NDP RAs when SIGUSR1 is received.