Function raftstore::store::peer::is_request_urgent[][src]

fn is_request_urgent(req: &RaftCmdRequest) -> bool

We enable follower lazy commit to get a better performance. But it may not be appropriate for some requests. This function checks whether the request should be committed on all followers as soon as possible.