Skip to content

Commit

Permalink
cleanup(sut): Remove old comments from dumblog
Browse files Browse the repository at this point in the history
  • Loading branch information
symbiont-daniel-gustafsson committed Mar 8, 2022
1 parent acac03e commit 6de59fa
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/sut/dumblog/src/Dumblog/Journal/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,6 @@ fetchState mSnapshot jour0 = do
{-
Unclear how to:
* How to archive the journal
* How to read from journal in a blocking way?
- The journal should be the thing that decides order
- But we seem to only have one reader, should that be the worker or some archiver?
* How to properly use the files?
- If the files don't exists we should create them
- If they exists we should not allocate (unless explicitly asked to)
* How do snapshots work?
-}
journalDumblog :: Int -> Int -> Maybe (MVar ()) -> IO ()
journalDumblog _capacity port mReady = do
Expand Down

0 comments on commit 6de59fa

Please sign in to comment.