Skip to content

Commit

Permalink
add estimated_cpu to StartEgress
Browse files Browse the repository at this point in the history
  • Loading branch information
frostbyte73 committed Oct 21, 2024
1 parent 0db8df7 commit f50ddef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion protobufs/rpc/egress.proto
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ message StartEgressRequest {
string token = 8;
string ws_url = 9;

bool cloud_backup_enabled = 10; // cloud only
// cloud only
bool cloud_backup_enabled = 10;
double estimated_cpu = 14;
}

message ListActiveEgressRequest {}
Expand Down

0 comments on commit f50ddef

Please sign in to comment.