tiny
diff --git a/model/sync-logic.cc b/model/sync-logic.cc
index 37c02f4..6ba2c7a 100644
--- a/model/sync-logic.cc
+++ b/model/sync-logic.cc
@@ -199,7 +199,7 @@
   }
   else
   {
-    int wait = rand() % 100 + 20;
+    int wait = rand() % 80 + 20;
     sleep(wait/1000.0);
   }