mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 10:05:09 +03:00
ames: make recork timer faster
This will aid visibility and debugging. We'll probably want to make this slower again later.
This commit is contained in:
parent
7c01ee9b35
commit
e16c499724
@ -867,7 +867,7 @@
|
|||||||
=^ moves adult-gate (call:adult-core duct dud task)
|
=^ moves adult-gate (call:adult-core duct dud task)
|
||||||
%- molt
|
%- molt
|
||||||
~> %slog.0^leaf/"ames: init daily recork timer"
|
~> %slog.0^leaf/"ames: init daily recork timer"
|
||||||
:_(moves [duct %pass /recork %b %wait `@da`(add now ~d1)])
|
:_(moves [duct %pass /recork %b %wait `@da`(add now ~m20)])
|
||||||
:: %born: set .unix-duct and start draining .queued-events
|
:: %born: set .unix-duct and start draining .queued-events
|
||||||
::
|
::
|
||||||
?: ?=(%born -.task)
|
?: ?=(%born -.task)
|
||||||
@ -954,7 +954,7 @@
|
|||||||
[moves adult-gate]
|
[moves adult-gate]
|
||||||
%- molt
|
%- molt
|
||||||
~> %slog.0^leaf/"ames: init daily recork timer"
|
~> %slog.0^leaf/"ames: init daily recork timer"
|
||||||
:_(moves [duct %pass /recork %b %wait `@da`(add now ~d1)])
|
:_(moves [duct %pass /recork %b %wait `@da`(add now ~m20)])
|
||||||
:: set timer to drain next event
|
:: set timer to drain next event
|
||||||
::
|
::
|
||||||
=. moves :_(moves [duct %pass /larva %b %wait now])
|
=. moves :_(moves [duct %pass /larva %b %wait now])
|
||||||
@ -1818,7 +1818,7 @@
|
|||||||
|- ^+ event-core
|
|- ^+ event-core
|
||||||
?^ wires
|
?^ wires
|
||||||
$(wires t.wires, event-core (handle-single-wire i.wires recork=&))
|
$(wires t.wires, event-core (handle-single-wire i.wires recork=&))
|
||||||
(emit duct %pass /recork %b %wait `@da`(add now ~d1))
|
(emit duct %pass /recork %b %wait `@da`(add now ~m20))
|
||||||
::
|
::
|
||||||
++ handle-single-wire
|
++ handle-single-wire
|
||||||
|= [=^wire recork=?]
|
|= [=^wire recork=?]
|
||||||
@ -2836,7 +2836,7 @@
|
|||||||
:: receiving the OTA, so we set up a timer to retry in one day.
|
:: receiving the OTA, so we set up a timer to retry in one day.
|
||||||
::
|
::
|
||||||
%- %+ trace msg.veb
|
%- %+ trace msg.veb
|
||||||
|.("old publisher, resend %cork on bone={<target-bone>} in ~d1")
|
|.("old publisher, resend %cork on bone={<target-bone>} in ~m20")
|
||||||
=/ =wire (make-pump-timer-wire her.channel target-bone)
|
=/ =wire (make-pump-timer-wire her.channel target-bone)
|
||||||
=. corks.ames-state (~(put in corks.ames-state) wire)
|
=. corks.ames-state (~(put in corks.ames-state) wire)
|
||||||
peer-core
|
peer-core
|
||||||
|
Loading…
Reference in New Issue
Block a user