aboutsummaryrefslogtreecommitdiff
path: root/ci/config/SimpleBookmark.json
diff options
context:
space:
mode:
Diffstat (limited to 'ci/config/SimpleBookmark.json')
-rw-r--r--ci/config/SimpleBookmark.json8
1 files changed, 4 insertions, 4 deletions
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
]
},