From 32cb86d237c3b8e23394d091ac3cdfbf2bf46c94 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 13 Oct 2020 12:51:26 +0200 Subject: bump limit --- app/client/modules/biggan/biggan.actions.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/client/modules/biggan/biggan.actions.js') diff --git a/app/client/modules/biggan/biggan.actions.js b/app/client/modules/biggan/biggan.actions.js index 3f252a4..10fd68a 100644 --- a/app/client/modules/biggan/biggan.actions.js +++ b/app/client/modules/biggan/biggan.actions.js @@ -190,11 +190,12 @@ export const load_results = (id) => (dispatch) => { export const load_encodings = () => dispatch => { const module = bigganModule.name util.allProgress([ - actions.folder.index({ module, limit: 1000 }), + actions.folder.index({ module }), actions.file.index({ module, datatype: 'image', generated: 1, + limit: 1000, }), ], (percent, i, n) => { // loading function -- cgit v1.2.3-70-g09d2