Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update worker.md to prevent infinite loop (#455)
* Update worker.md to prevent infinite loop Quick fix typo `<=` rather than `>=` which prevents infinite loop and get out of the loop when MAX_REQUESTS is reached. * Update worker.md to fix impossible evaluation Fix impossible case where if MAX_REQUESTS is not defined the rest of the condition is not evaluated as it is an && operator as mentioned by #453 (comment) * Update worker.md change to for loop and remove handler from the loop Change to for loop and remove handler from the loop based on the feedback #455 (comment)
- Loading branch information