mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-29 04:15:19 +00:00
Merge branch 'bg-limit-flush'
This commit is contained in:
commit
60443f3fa6
1 changed files with 1 additions and 0 deletions
|
@ -150,6 +150,7 @@ module.exports = UpdatesManager =
|
||||||
return callback(error) if error?
|
return callback(error) if error?
|
||||||
logger.log {count: project_ids?.length, project_ids: project_ids}, "found projects"
|
logger.log {count: project_ids?.length, project_ids: project_ids}, "found projects"
|
||||||
jobs = []
|
jobs = []
|
||||||
|
project_ids = _.shuffle project_ids # randomise to avoid hitting same projects each time
|
||||||
selectedProjects = if limit < 0 then project_ids else project_ids[0...limit]
|
selectedProjects = if limit < 0 then project_ids else project_ids[0...limit]
|
||||||
for project_id in selectedProjects
|
for project_id in selectedProjects
|
||||||
do (project_id) ->
|
do (project_id) ->
|
||||||
|
|
Loading…
Reference in a new issue