From 0190a477f51f9ce3f9f9b4392ff9d688076aec1b Mon Sep 17 00:00:00 2001 From: Ted Blackman Date: Wed, 15 Jun 2022 15:35:41 -0600 Subject: [PATCH] ames: adjust comments --- pkg/arvo/sys/vane/ames.hoon | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/arvo/sys/vane/ames.hoon b/pkg/arvo/sys/vane/ames.hoon index 4a19c10f5..3301e403a 100644 --- a/pkg/arvo/sys/vane/ames.hoon +++ b/pkg/arvo/sys/vane/ames.hoon @@ -2185,6 +2185,7 @@ :: =/ clogged=? |^ &(nuf-messages nuf-memory) + :: +nuf-messages: are there enough messages to mark as clogged? :: ++ nuf-messages =| num=@ud @@ -2198,6 +2199,7 @@ ?: (gte num 5) & $(pumps t.pumps) + :: +nuf-memory: is enough memory used to mark as clogged? :: ++ nuf-memory =| mem=@ud @@ -2212,9 +2214,6 @@ 0 (met 3 fragment.i.unsent-fragments.i.pumps) == - :: 100.000 chosen so roughly 10.000 peers could be - :: clogged without killing the loom - :: ?: (gte mem 100.000) & $(pumps t.pumps)