Skip to content

Commit

Permalink
Tmp disable threads pragma
Browse files Browse the repository at this point in the history
  • Loading branch information
tgmichel committed Feb 20, 2023
1 parent 7e9b3c8 commit abaeb11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/db/src/sql/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ where
// https://www.sqlite.org/pragma.html#pragma_analysis_limit
.pragma("analysis_limit", "1000")
// https://www.sqlite.org/pragma.html#pragma_threads
.pragma("threads", config.thread_count.to_string())
// .pragma("threads", config.thread_count.to_string())
// https://www.sqlite.org/pragma.html#pragma_threads
.pragma("temp_store", "memory")
// https://www.sqlite.org/wal.html
Expand Down

0 comments on commit abaeb11

Please sign in to comment.