1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Server: try to have a better video integrity

This commit is contained in:
Chocobozzz 2017-01-06 23:24:47 +01:00
parent bb0b243c92
commit ed04d94f6d
6 changed files with 194 additions and 71 deletions

View file

@ -291,8 +291,8 @@ function listWithLimitAndRandom (limit, callback) {
order: [
[ 'id', 'ASC' ]
],
offset: start,
limit: limit,
// offset: start,
// limit: limit,
include: [ this.sequelize.models.Pod ]
}