From ccb1b9df2cb487f279ff117215cdfa7e6851182c Mon Sep 17 00:00:00 2001 From: Mirari <zf4@illinois.edu> Date: Mon, 3 Dec 2018 00:20:08 -0600 Subject: [PATCH] debug interval --- src/shared/shared.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shared/shared.go b/src/shared/shared.go index 717a5ce..169f087 100644 --- a/src/shared/shared.go +++ b/src/shared/shared.go @@ -44,8 +44,8 @@ const NumFileReplicas = 4 // How long to wait to get the membership list from the introducer const IntroducerTimeout = 3 * time.Second const GrepTimeout = 5 * time.Second -const ACKTimeout = 1500 * time.Millisecond -const PingInterval = 3000 * time.Millisecond +const ACKTimeout = 5000 * time.Millisecond +const PingInterval = 7000 * time.Millisecond // Simulate false positives by dropping packets before they are sent out const FalsePosChance = 0.0 -- GitLab