Skip to content

Commit

Permalink
Merge pull request #10 from depot/keep-gb
Browse files Browse the repository at this point in the history
jacobwgillespie authored Aug 28, 2024
2 parents 776e0e2 + f85e2da commit 3ee7ad5
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
@@ -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.

0 comments on commit 3ee7ad5

Please sign in to comment.