From 103d2eb90936e7897c20a9db96782aab5b9334e1 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Thu, 18 May 2023 21:34:22 +0300 Subject: refactor(tvix/store): bump CalculateNARResponse.nar_size to u64 Change-Id: I5f41981820363a5eb9982c3d19830916207c62cc Reviewed-on: https://cl.tvl.fyi/c/depot/+/8591 Tested-by: BuildkiteCI Reviewed-by: tazjin --- tvix/store/protos/rpc_pathinfo.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/store/protos/rpc_pathinfo.proto') diff --git a/tvix/store/protos/rpc_pathinfo.proto b/tvix/store/protos/rpc_pathinfo.proto index f37794c291be..991abf6efa99 100644 --- a/tvix/store/protos/rpc_pathinfo.proto +++ b/tvix/store/protos/rpc_pathinfo.proto @@ -66,7 +66,7 @@ message GetPathInfoRequest { // digest. message CalculateNARResponse { // This size of the NAR file, in bytes. - uint32 nar_size = 1; + uint64 nar_size = 1; // The sha256 of the NAR file representation. bytes nar_sha256 = 2; -- cgit 1.4.1