Skip to content

Commit

Permalink
Keep the keep_bytes field as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie committed Aug 28, 2024
1 parent 3ee7ad5 commit 1a67ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/depot/core/v1/project.proto
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ message DeleteProjectRequest {
message DeleteProjectResponse {}

message CachePolicy {
reserved 1;
optional int64 keep_bytes = 1 [deprecated = true];
int32 keep_days = 2;
int32 keep_gb = 3;
}
Expand Down

0 comments on commit 1a67ba0

Please sign in to comment.