Skip to content

Commit b5784be

Browse files
authored
Update docs
1 parent 1322581 commit b5784be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/ecto/adapters/sqlite3.ex

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,9 @@ defmodule Ecto.Adapters.SQLite3 do
182182
183183
### Transaction mode
184184
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.
185+
By default, [SQLite transactions][8] run in `DEFERRED` mode. However, in
186+
web applications with a balanced load of reads and writes, using `IMMEDIATE`
187+
mode may yield better performance.
187188
188189
Here are several ways to specify a different transaction mode:
189190

0 commit comments

Comments
 (0)