Skip to content

Commit 75c2400

Browse files
committed
make optional
1 parent fe1a2d3 commit 75c2400

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

proto/sentry_protos/snuba/v1/request_common.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ message RequestMeta {
4343

4444
// full fidelity retention setting. allows for querying data that
4545
// differs from the standard retention_days
46-
uint32 retention_days = 13;
46+
optional uint32 retention_days = 13;
4747
}
4848

4949
message ResponseMeta {

0 commit comments

Comments
 (0)