Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
[WIP] Explore relaxing synchronous flag
✗ CI failure Yorgos Saslis committed 2 months ago
commit 406ea09e63659795098c646b2386eb1e28aac457
parent 48582815c27aa5bc23f7a53f9b2ac93469c5ea83
2 failed (2 total) View logs
1 file changed +1 -0
modified crates/radicle/src/node/db.rs
@@ -123,6 +123,7 @@ impl Database {
            }
            JournalMode::WriteAheadLog => {
                self.db.execute("PRAGMA journal_mode = WAL;")?;
+
                self.db.execute("PRAGMA synchronous = NORMAL;")?;
            }
        }
        Ok(self)