Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clblob/index/sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
option allows it to run in different durability modes supported by
SQLite. See http://www.sqlite.org/pragma.html#pragma_synchronous for
more details. SQLite uses a temp directory for some operations, so if
using an disk backed SQLIte database, this should be configured to the
using an disk backed SQLite database, this should be configured to the
same filesystem the index file lives on. This will prevent errors where
the filesystem that the tmpdir is on fills up and causes the database to
not be able to complete requests.'''
Expand Down