Speed up query count test

Less individual querys to make count will speed up this taste, without
changing the nature of it
This commit is contained in:
martinsumner 2016-11-04 18:20:00 +00:00
parent 2b8a37439d
commit a251f3eab0

View file

@ -340,7 +340,7 @@ count_termsonindex(Bucket, IdxField, Book, QType) ->
Acc + Items
end,
0,
lists:seq(1901, 2218)).
lists:seq(190, 221)).
rotating_objects(_Config) ->