5 comments (5 comments)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript4,512 stars (4,512 stars)158 forks (158 forks)batch import
enhancementhelp wanted
Description
IMO doing a simple setTimeout on the proxy server should work just fine for most cases.
Contributor guide
- Tech stack
- javascriptnodejs
- Domain
- backendtooling
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Basic knowledge of Node.jsUnderstanding of proxy servers
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 40
- Research direction
- Examine the proxy server implementation in the betwixt repository (likely the main proxy file) to understand how requests are handled. The issue suggests adding a simple `setTimeout` to simulate throttling. Implementation could involve modifying the request interception logic to introduce delay. Since the issue is old and has no linked PR, confirm the current codebase still requires this feature. Look at existing tests to ensure any changes are tested.