Skip to content

Commit

Permalink
Replace keep_bytes with keep_gb
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Aug 28, 2024
1 parent 776e0e2 commit f85e2da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion proto/depot/core/v1/project.proto
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ message DeleteProjectRequest {
message DeleteProjectResponse {}

message CachePolicy {
int64 keep_bytes = 1;
reserved 1;
int32 keep_days = 2;
int32 keep_gb = 3;
}

// Hardware represents the hardware configuration of a project.
Expand Down

0 comments on commit f85e2da

Please sign in to comment.