We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aab778 commit c7d0e91Copy full SHA for c7d0e91
services/static-webserver/client/source/class/osparc/data/Resources.js
@@ -1206,11 +1206,11 @@ qx.Class.define("osparc.data.Resources", {
1206
endpoints: {
1207
getDatasets: {
1208
method: "GET",
1209
- url: statics.API + "/storage/locations/{locationId}/paths?size=100"
+ url: statics.API + "/storage/locations/{locationId}/paths?size=1000"
1210
},
1211
getPaths: {
1212
1213
- url: statics.API + "/storage/locations/{locationId}/paths?file_filter={path}&size=100"
+ url: statics.API + "/storage/locations/{locationId}/paths?file_filter={path}&size=1000"
1214
1215
}
1216
0 commit comments