//! Mutation retry timings shared by 9P clients and servers.
use Duration;
/// Maximum elapsed time from the first dispatched mutation to a resend using
/// the same operation ID.
pub const MUTATION_RETRY_HORIZON: Duration = from_secs;
/// Retention period for a completed mutation result.
pub const MUTATION_RESULT_RETENTION: Duration = from_secs;
const _: = assert!;