diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-10-13 12:51:26 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-10-13 12:51:26 +0200 |
| commit | 32cb86d237c3b8e23394d091ac3cdfbf2bf46c94 (patch) | |
| tree | 06f45eae83ac8e9a0940234af383f74ac5def20b /app/client | |
| parent | 5bcdc5b9fb7834e2131a2ad13a1a31b191e00a7d (diff) | |
bump limit
Diffstat (limited to 'app/client')
| -rw-r--r-- | app/client/modules/biggan/biggan.actions.js | 3 |
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 |
