Skip to content

Commit f13f3d4

Browse files
committed
refactor modify field array str
1 parent 1dbe205 commit f13f3d4

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

protos/PublicDefs.proto

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -496,19 +496,18 @@ enum ModifyField {
496496
Partition = 0;
497497
Qos = 1;
498498
DefaultQos = 2;
499-
// account and qos
500-
Description = 10;
499+
Description = 3; // account and qos
501500
// user
502-
AdminLevel = 20;
503-
DefaultAccount = 21;
501+
AdminLevel = 4;
502+
DefaultAccount = 5;
504503
// qos
505-
Priority = 30;
506-
MaxJobsPerUser = 31;
507-
MaxCpusPerUser = 32;
508-
MaxTimeLimitPerTask = 33;
509-
MaxJobsPerAccount = 34;
510-
MaxSubmitJobsPerUser = 35;
511-
MaxSubmitJobsPerAccount = 36;
504+
Priority = 6;
505+
MaxJobsPerUser = 7;
506+
MaxCpusPerUser = 8;
507+
MaxTimeLimitPerTask = 9;
508+
MaxJobsPerAccount = 10;
509+
MaxSubmitJobsPerUser = 11;
510+
MaxSubmitJobsPerAccount = 12;
512511
}
513512

514513
message AccountInfo {

0 commit comments

Comments
 (0)