We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1322581 commit b5784beCopy full SHA for b5784be
lib/ecto/adapters/sqlite3.ex
@@ -182,8 +182,9 @@ defmodule Ecto.Adapters.SQLite3 do
182
183
### Transaction mode
184
185
- By default, [SQLite transactions][8] run in `DEFERRED` mode. However, in typical web applications with a balanced load
186
- of reads and writes, using `IMMEDIATE` mode can yield better performance.
+ By default, [SQLite transactions][8] run in `DEFERRED` mode. However, in
+ web applications with a balanced load of reads and writes, using `IMMEDIATE`
187
+ mode may yield better performance.
188
189
Here are several ways to specify a different transaction mode:
190
0 commit comments