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 e1aca1a commit 6913958Copy full SHA for 6913958
Package.swift
@@ -25,7 +25,7 @@ var conditionalDependencies: [Package.Dependency] = [
25
traits: [
26
.defaults,
27
// CSQLite uses THREADSAFE=0 by default, which breaks PowerSync because we're using SQLite on
28
- // multiple threads (it can lead to race conditions when closing connecting sharing resources
+ // multiple threads (it can lead to race conditions when closing connections sharing resources
29
// like shared memory, causing crashes).
30
// THREADSAFE=2 overrides the default, and is safe to use as long as a single SQLite connection
31
// is not shared between threads.
0 commit comments