From d7a3c957467e65ea7176170fba3c280ac18ac17e Mon Sep 17 00:00:00 2001 From: vnugent Date: Sun, 21 Apr 2024 12:02:57 -0400 Subject: chore: Package updates and minor QOL patches --- ci/config/SimpleBookmark.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ci/config/SimpleBookmark.json') diff --git a/ci/config/SimpleBookmark.json b/ci/config/SimpleBookmark.json index 64be3c1..2cb64bf 100644 --- a/ci/config/SimpleBookmark.json +++ b/ci/config/SimpleBookmark.json @@ -8,9 +8,9 @@ "path": "/api/bookmarks", //Path for the bookmarks endpoint "config": { - "max_limit": 100, //Max results per page - "default_limit": 20, //Default results per page - "user_quota": 5000 //Max bookmarks per user + "max_limit": 100, //Max results per page + "default_limit": 20, //Default results per page + "user_quota": 5000 //Max bookmarks per user } }, @@ -23,7 +23,7 @@ "--no-keepalive", //Disables keepalive, uneeded for a single lookup request "--max-filesize", "100K", //Max file size 100K "--max-redirs", "5", //Max redirects 5 - "--location", //Follow redirects + "--location" //Follow redirects ] }, -- cgit