From a94be12e86c896fc83ec95afce9b793102eab66f Mon Sep 17 00:00:00 2001 From: Dominik Reh <34448969+DominikDoom@users.noreply.github.com> Date: Tue, 11 Oct 2022 22:17:19 +0200 Subject: [PATCH] Fix default values --- tags/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tags/config.json b/tags/config.json index 4fb772b..1815412 100644 --- a/tags/config.json +++ b/tags/config.json @@ -1,5 +1,5 @@ { "tagFile": "danbooru.csv", - "maxResults": 10, - "replaceUnderscores": false -} \ No newline at end of file + "maxResults": 5, + "replaceUnderscores": true +}