Skip to content

Commit

Permalink
fix: timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrotambo committed Sep 22, 2023
1 parent cd2f03c commit 861829b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/decentraland/kernel/comms/v3/archipelago.proto
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ message IslandStatusMessage {
}

message ServiceStatus {
uint32 current_time = 1;
uint64 current_time = 1;
optional string commit_hash = 2;
uint32 user_count = 3;
}
Expand Down

0 comments on commit 861829b

Please sign in to comment.