Skip to content

Commit d1de33b

Browse files
committed
(proto) tidy-up
1 parent 1f014af commit d1de33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/ruek/api/v1/principals.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ message PrincipalsDeleteRequest {
3434
string id = 1;
3535

3636
// Limits the delete cost. The value must be within `1` and `65535`. Defaults to `1000`.
37-
optional uint32 cost_limit = 7;
37+
optional uint32 cost_limit = 2;
3838
}
3939

4040
message PrincipalsDeleteResponse {

0 commit comments

Comments
 (0)