File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments