Add maxRequestsPerBatch to batchMiddleware.
#1
Annotations
4 errors and 3 warnings
|
tests (14):
src/middlewares/batch.js#L61
'maxRequestsPerBatch' is assigned a value but never used
|
|
tests (14):
src/middlewares/batch.js#L116
Replace `(singleton.batcher·&&·opts.maxRequestsPerBatch·&&·singleton.batcher.requestList.length·+·1·>·opts.maxRequestsPerBatch` with `·(⏎····singleton.batcher·&&⏎····opts.maxRequestsPerBatch·&&⏎····singleton.batcher.requestList.length·+·1·>·opts.maxRequestsPerBatch⏎··`
|
|
tests (14)
Process completed with exit code 1.
|
|
tests (14)
Process completed with exit code 2.
|
|
tests (14):
src/express-middleware/graphqlBatchHTTPWrapper.js#L5
Unexpected unnamed function
|
|
tests (14)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
tests (14)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|