Skip to content

Commit

Permalink
Revert "shutting up lint"
Browse files Browse the repository at this point in the history
This reverts commit c27faa6.
  • Loading branch information
jeremydmiller authored Jul 5, 2024
1 parent 0a96313 commit c01808f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/scenarios/command_handler_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,15 @@ 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 c01808f

Please sign in to comment.