diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-08 16:03:54 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-08 16:03:54 -0200 |
commit | 50465fe9cb68978088da2be1a88549892c6b3146 (patch) | |
tree | 2a49e2ca1b298f38b426c6c23de7acf7feb07880 /sx-filter.el | |
parent | 5acb70ccce4be466b54e7d0a01df1010e8145aa0 (diff) |
Don't use .total
the total property doubles the time taken for the request, according to
https://api.stackexchange.com/docs/paging
Diffstat (limited to 'sx-filter.el')
-rw-r--r-- | sx-filter.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-filter.el b/sx-filter.el index a3f6861..72ab6b2 100644 --- a/sx-filter.el +++ b/sx-filter.el @@ -64,7 +64,7 @@ All wrapper fields are included by default." .page_size .quota_max .quota_remaining - .total) + ) nil none))) ;;; @TODO allow BASE to be a precompiled filter name |