Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
radicle-1.7.0: Remove stray backticks
Fintan Halpenny committed 1 month ago
commit 24cfa8d97041e1cc04365f6243d1d71f4e3ac5b1
parent e0da77f
1 file changed +1 -1
modified _posts/2026-03-18-radicle-1.7.0.md
@@ -79,7 +79,7 @@ $ rad id update \

### Improved I/O Usage

-
Radicle uses `sqlite` for local state storage, and it was configured to use `journal_mode = WAL`, and the default value of `synchronous = FULL`.``
+
Radicle uses `sqlite` for local state storage, and it was configured to use `journal_mode = WAL`, and the default value of `synchronous = FULL`.
It was recently found that this combination would result in a high amount of I/O operations for a long running node.
The `journal_mode` and `synchronous` pragmas are now configurable from `rad config edit`.
The new default values for both are `WAL` and `NORMAL`, respectively. This results in less I/O operations.