mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
ames: adjust comments
This commit is contained in:
parent
1380e83b55
commit
0190a477f5
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user