From 9dedd4a71a071ea97d59887db0eeb19cffc65ea0 Mon Sep 17 00:00:00 2001 From: Pavel Misko Date: Thu, 30 Jan 2025 13:52:23 +0100 Subject: [PATCH] fix proto --- cloud/blockstore/config/disk.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/blockstore/config/disk.proto b/cloud/blockstore/config/disk.proto index 09d5ffffc1..cc290743ea 100644 --- a/cloud/blockstore/config/disk.proto +++ b/cloud/blockstore/config/disk.proto @@ -297,7 +297,7 @@ message TDiskAgentConfig // If enabled, IOParserActor allocates a storage buffer and copies the // request data into it. - optional uint32 IOParserActorAllocateStorageEnabled = 39; + optional bool IOParserActorAllocateStorageEnabled = 39; } ////////////////////////////////////////////////////////////////////////////////