raft's applyc writes block on the server loop's database IO since the next applyc read must wait on the db operation to finish. Instead, stream applyc to a run queue outside the server loop.