aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-02 22:13:47 -0500
committerSean Allred <code@seanallred.com>2015-01-02 22:14:15 -0500
commit4159d251131efffa9e217ec5a5cc5744ede70ca5 (patch)
tree9debfc9ffdb4a47ce86963a42216f6106e42cdd6
parent0604c4c7cf0dfd567e514d4bf7a9a28aa9af680f (diff)
Grab as many tags at a time as possible
This might need to be refactored into :get-all or request-all.
-rw-r--r--sx-tag.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/sx-tag.el b/sx-tag.el
index 1418f1c..37a3fd3 100644
--- a/sx-tag.el
+++ b/sx-tag.el
@@ -36,7 +36,8 @@
(sx-method-call 'tags
:get-all t
:filter sx-tag-filter
- :site site))
+ :site site
+ :keywords '((pagesize . 100))))
(defun sx-tag--get-some-tags-containing (site string)
"Return at most 100 tags for SITE containing STRING.