mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-02 20:15:27 +03:00
ames: correctly avoid setting pump timer
The condition got butchered during refactor: instead of avoiding the creation of pump timers during recork wake, it was setting them _exclusively_ during recork wake.
This commit is contained in:
parent
e5e4c8602d
commit
b860bef066
@ -2915,7 +2915,7 @@
|
||||
=. message-pump feed-packets
|
||||
:: don't set new pump timer if triggered by a recork timer
|
||||
::
|
||||
=? message-pump =([%wake recork=&] task)
|
||||
=? message-pump !=([%wake recork=&] task)
|
||||
(run-packet-pump %halt ~)
|
||||
::
|
||||
=. message-pump assert
|
||||
|
Loading…
Reference in New Issue
Block a user