mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-03 20:58:45 +03:00
ames: add comment explaining magic number in +set-wake
This commit is contained in:
parent
ff21513864
commit
82d4e2a265
@ -4006,7 +4006,11 @@
|
||||
::
|
||||
=? peer-core !=(~ next-wake.state)
|
||||
(pu-emit %b %rest (need next-wake.state))
|
||||
:: set new timer if non-null and not at max-backoff
|
||||
:: set new timer if non-null and not at at max-backoff
|
||||
::
|
||||
:: we are using the ~m2 literal instead of max-backoff:gauge
|
||||
:: because /app/ping has a special cased maximum backoff of ~s25
|
||||
:: and we don't want to consolidate that
|
||||
::
|
||||
=? peer-core ?=(^ new-wake)
|
||||
?: =(~m2 rto.metrics.state)
|
||||
|
Loading…
Reference in New Issue
Block a user