Skip to content

Commit c7d0e91

Browse files
authored
size 1000
1 parent 9aab778 commit c7d0e91

File tree

1 file changed

+2
-2
lines changed
  • services/static-webserver/client/source/class/osparc/data

1 file changed

+2
-2
lines changed

services/static-webserver/client/source/class/osparc/data/Resources.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,11 +1206,11 @@ qx.Class.define("osparc.data.Resources", {
12061206
endpoints: {
12071207
getDatasets: {
12081208
method: "GET",
1209-
url: statics.API + "/storage/locations/{locationId}/paths?size=100"
1209+
url: statics.API + "/storage/locations/{locationId}/paths?size=1000"
12101210
},
12111211
getPaths: {
12121212
method: "GET",
1213-
url: statics.API + "/storage/locations/{locationId}/paths?file_filter={path}&size=100"
1213+
url: statics.API + "/storage/locations/{locationId}/paths?file_filter={path}&size=1000"
12141214
},
12151215
}
12161216
},

0 commit comments

Comments
 (0)