Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
4eUeP authored May 17, 2024
1 parent 3547ea6 commit 6dbeb98
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions hstream-store/HStream/Store/Internal/LogDevice/LogAttributes.hs
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ data LogAttributes = LogAttributes
-- -- records (increases delivery latency but improves server and client
-- -- performance), in milliseconds.
, logScdEnabled :: Attribute Bool
-- -- ^ Indicate whether or not the Single Copy Delivery optimization should be
-- -- used.
-- ^ Indicate whether or not the Single Copy Delivery optimization should be
-- used.
, logLocalScdEnabled :: Attribute Bool
-- -- ^ Indicate whether or not to use Local Single Copy Delivery. This is
-- -- ignored if scdEnabled_ is false.
-- ^ Indicate whether or not to use Local Single Copy Delivery. This is
-- ignored if scdEnabled_ is false.
, logStickyCopySets :: Attribute Bool
-- -- ^ True if copysets on this log should be "sticky". See docblock in
-- -- StickyCopySetManager.h
-- ^ True if copysets on this log should be "sticky". See docblock in
-- StickyCopySetManager.h
-- , logMutablePerEpochLogMetadataEnabled ::Attribute Bool
-- -- ^ If true, write mutable per-epoch metadata along with every data record.
-- , logSequencerAffinity :: Attribute (Maybe CBytes)
Expand Down

0 comments on commit 6dbeb98

Please sign in to comment.