Closes #5287 - Change the result size to 10000

This commit is contained in:
Chris Cowan 2015-11-03 10:45:28 -07:00 committed by Jonathan Budzenski
parent 8f1f1ac49e
commit ca6b50fc77

View file

@ -20,7 +20,7 @@ define(function (require) {
fields: [],
body: {
query: { match_all: {} },
size: 2147483647
size: 10000
}
})
.then(function (resp) {