Skip to content

Commit 3635527

Browse files
committed
1 parent 5f47181 commit 3635527

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/services/JobService.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ async function _getJobCandidates (jobId) {
3838
value: jobId
3939
}
4040
}
41-
}
41+
},
42+
size: 10000
4243
}
4344
})
4445

0 commit comments

Comments
 (0)