Skip to content

Commit 9f5c4d5

Browse files
committed
CR2
1 parent 4d6d3fa commit 9f5c4d5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

cloud/filestore/config/storage.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ message TStorageConfig
400400
// Async processing of destroy handle requests.
401401
optional bool AsyncDestroyHandleEnabled = 379;
402402

403-
// Polling period when the async handle operations queue is empty.
403+
// Polling period when the async handle operations queue is empty, in ms.
404404
optional uint32 AsyncHandleOperationIdlePeriod = 380;
405405

406406
// Dynamic node registration params.
@@ -903,6 +903,7 @@ message TStorageConfig
903903
// Availability interval duration (in ms); 0 means the default.
904904
optional uint32 AvailabilityTrackingInterval = 540;
905905

906-
// Delay between processing entries in the async handle operations queue.
906+
// Delay between processing entries in the async handle operations queue,
907+
// in ms.
907908
optional uint32 AsyncHandleOperationDrainPeriod = 541;
908909
}

0 commit comments

Comments
 (0)