diff --git a/src/lib.rs b/src/lib.rs index 8e8103f..3d50982 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -604,9 +604,9 @@ pub struct CpuResources { /// Weight of how much of the total CPU time should this control group get. Note that this is /// hierarchical, so this is weighted against the siblings of this control group. pub shares: Option, - /// In one `period`, how much can the tasks run in nanoseconds. + /// In one `period`, how much can the tasks run in microseconds. pub quota: Option, - /// Period of time in nanoseconds. + /// Period of time in microseconds. pub period: Option, /// This is currently a no-operation. pub realtime_runtime: Option,