mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 10:02:32 +03:00
Merge pull request #1103 from urbit/work-on-lead
calls u3_raft_work on leader promotion (for eager restart effects)
This commit is contained in:
commit
80f723fc17
@ -179,6 +179,7 @@ _raft_promote(u3_raft* raf_u)
|
||||
u3_sist_boot();
|
||||
if ( c3n == u3_Host.ops_u.bat ) {
|
||||
u3_lo_lead();
|
||||
u3_raft_work();
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user