Skip to content

Commit

Permalink
shutting up lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Jul 4, 2024
1 parent b568270 commit c27faa6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/scenarios/command_handler_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,15 +156,13 @@ workflow operations. There can of course be a downside if you happen to be makin
document somewhere in between calling `FetchForWriting()` and `SaveChangesAsync()`, so to opt out of this behavior if
that causes you any trouble, use this:


::: info
Marten's default behavior of using sessions with the _Identity Map_ functionality option turned on was admittedly copied
from RavenDb almost a decade ago, and the Marten team has been too afraid to change the default behavior to the more performant, _Lightweight_ sessions because of the
very real risk of introducing difficult to diagnose regression errors. There you go folks, a 10 year old decision that this
author still regrets, but we're probably stuck with for the foreseeable future.
:::


## Explicit Optimistic Concurrency

This time let's explicitly opt into optimistic concurrency checks by telling Marten what the expected starting
Expand Down

0 comments on commit c27faa6

Please sign in to comment.