summaryrefslogtreecommitdiff
path: root/docs/topics/db/transactions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics/db/transactions.txt')
-rw-r--r--docs/topics/db/transactions.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/topics/db/transactions.txt b/docs/topics/db/transactions.txt
index 2f6fbde168..3ffd7c37b5 100644
--- a/docs/topics/db/transactions.txt
+++ b/docs/topics/db/transactions.txt
@@ -45,10 +45,10 @@ either all or none of the changes will be committed.
.. warning::
- While the simplicity of this transaction model is appealing, it also makes it
- inefficient when traffic increases. Opening a transaction for every view has
- some overhead. The impact on performance depends on the query patterns of your
- application and on how well your database handles locking.
+ While the simplicity of this transaction model is appealing, it also makes
+ it inefficient when traffic increases. Opening a transaction for every view
+ has some overhead. The impact on performance depends on the query patterns
+ of your application and on how well your database handles locking.
.. admonition:: Per-request transactions and streaming responses