diff options
Diffstat (limited to 'server/models/redundancy')
-rw-r--r-- | server/models/redundancy/video-redundancy.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/models/redundancy/video-redundancy.ts b/server/models/redundancy/video-redundancy.ts index 6ae02efb9..fb07287a8 100644 --- a/server/models/redundancy/video-redundancy.ts +++ b/server/models/redundancy/video-redundancy.ts | |||
@@ -193,7 +193,7 @@ export class VideoRedundancyModel extends Model<VideoRedundancyModel> { | |||
193 | // On VideoModel! | 193 | // On VideoModel! |
194 | const query = { | 194 | const query = { |
195 | attributes: [ 'id', 'publishedAt' ], | 195 | attributes: [ 'id', 'publishedAt' ], |
196 | // logging: !isTestInstance(), | 196 | logging: !isTestInstance(), |
197 | limit: randomizedFactor, | 197 | limit: randomizedFactor, |
198 | order: getVideoSort('-publishedAt'), | 198 | order: getVideoSort('-publishedAt'), |
199 | where: { | 199 | where: { |