Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Oct 3, 2024
1 parent 9492ecf commit c892058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MyApp/_posts/2024-09-26_scalable-sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ previous ServiceStack v8.3 release we [worked around this limitation](https://do
by using [MQ Command DTOs](https://docs.servicestack.net/commands#mq-command-dtos) to route all DB
Writes to be executed by a single Background MQ Thread.

This works great for [messaging-based architectures](https://docs.servicestack.net/commands#messaging)
This works great for [messaging-based architectures](https://docs.servicestack.net/commands#messaging-workflow)
where you can queue commands to be processed serially, but the overhead of using commands for all
DB writes can be cumbersome when needing to perform sporadic writes within complex logic.

Expand Down

0 comments on commit c892058

Please sign in to comment.