diff options
Diffstat (limited to 'server/controllers/api')
-rw-r--r-- | server/controllers/api/v1/requests.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/controllers/api/v1/requests.js b/server/controllers/api/v1/requests.js index 9610e5cd6..97616424d 100644 --- a/server/controllers/api/v1/requests.js +++ b/server/controllers/api/v1/requests.js | |||
@@ -30,6 +30,7 @@ function getStatsRequests (req, res, next) { | |||
30 | 30 | ||
31 | return res.json({ | 31 | return res.json({ |
32 | requests: requests, | 32 | requests: requests, |
33 | maxRequestsInParallel: constants.REQUESTS_IN_PARALLEL, | ||
33 | remainingMilliSeconds: Request.remainingMilliSeconds(), | 34 | remainingMilliSeconds: Request.remainingMilliSeconds(), |
34 | milliSecondsInterval: constants.REQUESTS_INTERVAL | 35 | milliSecondsInterval: constants.REQUESTS_INTERVAL |
35 | }) | 36 | }) |