From 1bbe60d3a237cfe99dc6d1a3aa14de542668dc6f Mon Sep 17 00:00:00 2001 From: Starscouts Date: Thu, 11 Jul 2024 00:25:16 +0200 Subject: Update intimate --- intimate/default.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'intimate/default.toml') diff --git a/intimate/default.toml b/intimate/default.toml index a6bd291..57d5d7d 100755 --- a/intimate/default.toml +++ b/intimate/default.toml @@ -21,14 +21,17 @@ source = "Your Derpibooru username here" # are possible but not officially supported. proportion = 1 +# If you have images stored in a Faunerie database, you can use this database as an +# image source to speed up the loading process, especially when you are on a slow +# network. +# Note that Intimate will still work if your cache is unavailable, and will simply +# download files from Derpibooru's CDN. +faunerie_cache = "/path/to/your/faunerie/database" + # Other modules # Configuration of other modules is done similarly to Derpibooru. Simply uncomment # (remove the #) the sections you want. -#[modules.e621] -#source = "Your e621 username here" -#proportion = 1 - #[modules.local] #source = "/path/to/your/files" #proportion = 1 -- cgit