Commit fd32b3db authored by Randall Leeds's avatar Randall Leeds

Raise query result limit back to 1000

parent 377e37d9
......@@ -359,7 +359,7 @@ class Hypothesis extends Annotator
# They will be loaded manually as entities are registered by participating
# frames.
Store.prototype.loadAnnotations = ->
query = {}
query = limit: 1000
@annotator.considerSocialView.call @annotator, query
this.entities ?= {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment