summaryrefslogtreecommitdiff
path: root/app/client
diff options
context:
space:
mode:
Diffstat (limited to 'app/client')
-rw-r--r--app/client/modules/biggan/biggan.actions.js3
1 files changed, 2 insertions, 1 deletions
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