mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-18 20:31:40 +03:00
ames: fix syntax error
This commit is contained in:
parent
056ff35b89
commit
eddbe86d69
@ -3315,7 +3315,7 @@
|
|||||||
++ clamp-rto
|
++ clamp-rto
|
||||||
|= rto=@dr
|
|= rto=@dr
|
||||||
^+ rto
|
^+ rto
|
||||||
(min max-backoff (max ^~((div ~s1 5) rto)))
|
(min max-backoff (max ^~((div ~s1 5)) rto))
|
||||||
:: +max-backoff: calculate highest re-send interval
|
:: +max-backoff: calculate highest re-send interval
|
||||||
::
|
::
|
||||||
:: Keeps pinhole to sponsors open by inspecting the duct (hack).
|
:: Keeps pinhole to sponsors open by inspecting the duct (hack).
|
||||||
|
Loading…
Reference in New Issue
Block a user