diff --git a/docs/en/020_Installation/040_Database_Setup/000_SQLite.md b/docs/en/020_Installation/040_Database_Setup/000_SQLite.md index a8876a1..77bf4b9 100644 --- a/docs/en/020_Installation/040_Database_Setup/000_SQLite.md +++ b/docs/en/020_Installation/040_Database_Setup/000_SQLite.md @@ -1,3 +1,3 @@ -SQLite requires very little setup. By default the database will be created at the root of The Arsse's program directory (e.g. `/usr/share/arsse/arsse.db`), but this can be changed with the [`dbSQLite3File` setting](/en/Configuring_The_Arsse#dbSQLite3File). +SQLite requires very little setup. By default the database will be created at the root of The Arsse's program directory (e.g. `/usr/share/arsse/arsse.db`), but this can be changed with the [`dbSQLite3File` setting](/en/Configuring_The_Arsse#page_dbSQLite3File). Regardless of the location chosen, The Arsse **must** be able to both read from and write to the database file, as well as create files in the directory containing it. This is because SQLite also creates a write-ahead log file and a shared-memory file during operation. diff --git a/docs/en/050_Configuring_The_Arsse.md b/docs/en/050_Configuring_The_Arsse.md index e09111e..f66843c 100644 --- a/docs/en/050_Configuring_The_Arsse.md +++ b/docs/en/050_Configuring_The_Arsse.md @@ -303,7 +303,7 @@ It is also possible to specify the fully-qualified name of a class which impleme The interval the newsfeed fetching service observes between checks for new articles. Note that requests to foreign servers are not necessarily made at this frequency: each newsfeed is assigned its own time at which to be next retrieved. This setting instead defines the length of time the fetching service will sleep between periods of activity. -Consult "[Newsfeed Refresh Schedule](/en/Installation/Using_the_Daemon#Newsfeed_Refresh_Schedule)" for details on how often newsfeeds are fetched. +Consult "[Newsfeed Refresh Schedule](/en/Installation/Using_the_Daemon#page_Newsfeed_Refresh_Schedule)" for details on how often newsfeeds are fetched. ### serviceQueueWidth @@ -393,7 +393,7 @@ If an article is starred by any user, it is retained indefinitely regardless of |----------|--------------------| | interval | `60.0` | -*This setting has been replaced by [dbTimeoutLock](#dbTimeoutLock).* +*This setting has been replaced by [dbTimeoutLock](#page_dbTimeoutLock).* The number of seconds for SQLite to wait before returning a timeout error when trying to acquire a write lock on the database file. Setting this to a low value may cause operations to fail with an error.