feat: one mutation at a time

This commit is contained in:
evenyag
2023-08-02 10:46:58 +08:00
parent 27272fafd7
commit 2c4f1487bf

View File

@@ -97,8 +97,8 @@ pub struct Mutation {
pub(crate) struct WriteRequest {
/// Region to write.
pub region_id: RegionId,
/// Mutations to the region.
pub mutations: Vec<Mutation>,
/// Mutation to the region.
pub mutation: Mutation,
}
/// Request sent to a worker