Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bench/cardano-recon-framework/app/Cardano/ReCon/Cli.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Control.Arrow ((>>>))
import Data.Char (toLower)
import Options.Applicative

-- | We assume that the events from the the input log might be slightly out of order.
-- | We assume that the events from the input log might be slightly out of order.
-- The value stands for the default amount of time (ms) the log ingestor keeps the read events "in the loop",
-- them subject to reordering by timestamp.
-- The events withheld longer than this amount, will finally be fed to the formula satisfiability checker.
Expand Down