Skip to content

Commit

Permalink
prep for passing CTDatabaseContext to commitLock_ in Client
Browse files Browse the repository at this point in the history
  • Loading branch information
agentm committed Dec 21, 2024
1 parent 6a59d2c commit a07f629
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/bin/benchmark/Basic.hs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import ProjectM36.Error
import ProjectM36.TransactionGraph
import qualified Data.Text as T
import qualified Data.Vector as V
import qualified ProjectM36.DatabaseContext as DBC
import qualified ProjectM36.DatabaseContext.Basic as DBC
import qualified Data.Set as S
import System.IO.Temp
Expand Down
2 changes: 1 addition & 1 deletion src/lib/ProjectM36/TransactionGraph/Persist.hs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Persistence requires a POSIX-compliant, journaled-metadata filesystem. Extended
-}

expectedVersion :: Int
expectedVersion = 7
expectedVersion = 8

transactionLogFileName :: FilePath
transactionLogFileName = "m36v" ++ show expectedVersion
Expand Down

0 comments on commit a07f629

Please sign in to comment.