config.proto: comments
authorRobert Swiecki <robert@swiecki.net>
Fri, 6 Oct 2017 20:50:32 +0000 (22:50 +0200)
committerRobert Swiecki <robert@swiecki.net>
Fri, 6 Oct 2017 20:50:32 +0000 (22:50 +0200)
config.proto

index 05ee3a80df6e0450781659ba7169402bc5f630de..cbbacf3acbdc3999d28315edf95dffd708e2c6ff 100644 (file)
@@ -56,8 +56,8 @@ message MountPt
 }
 enum RLimit {
     VALUE = 0; /* Use the provided value */
-    SOFT = 1; /* Use current soft rlimit */
-    HARD = 2; /* Use current hard rlimit */
+    SOFT = 1; /* Use the current soft rlimit */
+    HARD = 2; /* Use the current hard rlimit */
     INF = 3; /* Use RLIM64_INFINITY */
 }
 message Exe