Skip to content

Commit

Permalink
space out the priorities to leave room for adding more (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
maditya authored Jun 8, 2021
1 parent e92c3f0 commit 2dcaac3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions proto/sign.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions proto/sign.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ enum HashAlgo {

enum Priority {
Unspecified_priority = 0;
Low = 1;
Medium = 2;
High = 3;
High = 5;
Medium = 10;
Low = 15;
}

// SSHCertificateSigningRequest specifies the info used for signing an SSH certificate.
Expand Down

0 comments on commit 2dcaac3

Please sign in to comment.