Skip to content

Commit cd90b24

Browse files
AUTO: Sync ScalarDB docs in English to docs site repo (#703)
Co-authored-by: josh-wong <[email protected]>
1 parent 4e51b7f commit cd90b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-3.11/configurations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Select a database to see the configurations available for each storage.
9292
If you use SQLite3 as a JDBC database, you must set `scalar.db.contact_points` as follows.
9393

9494
```properties
95-
scalar.db.contact_points=jdbc:sqlite:<YOUR_DB>.sqlite3?busy_timeout=10000
95+
scalar.db.contact_points=jdbc:sqlite:<SQLITE_DB_FILE_PATH>?busy_timeout=10000
9696
```
9797

9898
Unlike other JDBC databases, [SQLite3 does not fully support concurrent access](https://www.sqlite.org/lang_transaction.html).

0 commit comments

Comments
 (0)