From 861829bdcb8aa791ca5320d39fa11cceaa0e6dd6 Mon Sep 17 00:00:00 2001 From: Pedro Tamborindeguy Date: Fri, 22 Sep 2023 12:24:43 -0300 Subject: [PATCH] fix: timestamp --- proto/decentraland/kernel/comms/v3/archipelago.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/decentraland/kernel/comms/v3/archipelago.proto b/proto/decentraland/kernel/comms/v3/archipelago.proto index f9137737..69cac9f7 100644 --- a/proto/decentraland/kernel/comms/v3/archipelago.proto +++ b/proto/decentraland/kernel/comms/v3/archipelago.proto @@ -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; }