forked from 0x2620/pandora
avoid page requests for multipart items with >100 parts
This commit is contained in:
parent
d4a232d594
commit
a5c6c8db08
1 changed files with 1 additions and 0 deletions
|
@ -256,6 +256,7 @@ pandora.ui.mediaView = function(options) {
|
|||
}), callback);
|
||||
},
|
||||
keys: ['state', 'instances', 'wanted', 'error'],
|
||||
pageLength: 1000,
|
||||
scrollbarVisible: true,
|
||||
sort: [{key: 'path', operator: '+'}],
|
||||
unique: 'id'
|
||||
|
|
Loading…
Reference in a new issue