summaryrefslogtreecommitdiff
path: root/app/client/modules
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-10-13 12:51:26 +0200
committerJules Laplace <julescarbon@gmail.com>2020-10-13 12:51:26 +0200
commit32cb86d237c3b8e23394d091ac3cdfbf2bf46c94 (patch)
tree06f45eae83ac8e9a0940234af383f74ac5def20b /app/client/modules
parent5bcdc5b9fb7834e2131a2ad13a1a31b191e00a7d (diff)
bump limit
Diffstat (limited to 'app/client/modules')
-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