@cryptotaxi247 / infra / commits / 503e1ad9

* Disable WAL mode for now because it seems to cause database corruption.

svn path=/configurations/trunk/tud/; revision=23489

Eelco Dolstra committed Aug 29, 2010 at 08:27 UTC 503e1ad9f766bf747769afc542396e9a786559d3
1 file changed +2
hydra.nix
+2
@@ -55,6 +55,8 @@ in
55 build-cache-failure = true
56
57 build-poll-interval = 10
58 +
59 + use-sqlite-wal = false
60 '';
61 };
62