diff options
Diffstat (limited to 'server/lib/request-video-qadu-scheduler.js')
-rw-r--r-- | server/lib/request-video-qadu-scheduler.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/request-video-qadu-scheduler.js b/server/lib/request-video-qadu-scheduler.js index 401b2fb44..29e44a6c4 100644 --- a/server/lib/request-video-qadu-scheduler.js +++ b/server/lib/request-video-qadu-scheduler.js | |||
@@ -12,7 +12,7 @@ module.exports = class RequestVideoQaduScheduler extends BaseRequestScheduler { | |||
12 | 12 | ||
13 | // We limit the size of the requests | 13 | // We limit the size of the requests |
14 | this.limitPods = constants.REQUESTS_VIDEO_QADU_LIMIT_PODS | 14 | this.limitPods = constants.REQUESTS_VIDEO_QADU_LIMIT_PODS |
15 | this.limitPerPod = constants.REQUESTS_VIDEO_QADU_LIMIT_PODS | 15 | this.limitPerPod = constants.REQUESTS_VIDEO_QADU_LIMIT_PER_POD |
16 | 16 | ||
17 | this.description = 'video QADU requests' | 17 | this.description = 'video QADU requests' |
18 | } | 18 | } |