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:
parent
2b8a37439d
commit
a251f3eab0
1 changed files with 1 additions and 1 deletions
|
@ -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) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue