Skip to content

Commit 8325a28

Browse files
committed
Making retries uint32
1 parent b0215c7 commit 8325a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protobufs/livekit_egress.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ message StreamInfo {
412412
Status status = 5;
413413
string error = 6;
414414
int64 last_retry_at = 7;
415-
int64 retries = 8;
415+
uint32 retries = 8;
416416
}
417417

418418
message FileInfo {

0 commit comments

Comments
 (0)