2 Commits

Author SHA1 Message Date
Henrik Tunedal
176c9173ae Add preference for SQLite "synchronous" flag
By default SQLite runs with synchronous=FULL, which is the safest mode
and uses fsync() a lot, but this interacts very badly with Samsung's
infamous RFS filesystem. With this preference the user can decide
whether to sacrifice some safety for reasonable performance.
2011-02-13 20:37:35 +01:00
Ciaran Gultnieks
53a9e0e796 Added preferences screen and implemented (optional) caching 2010-11-07 23:06:46 +00:00