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.
Guia do colaborador
- Pilha de tecnologia
- javascriptnodejs
- Domain
- backendtooling
- Tipo Issue
- feature
- DifficultyDificuldade de implementação estimada para um novo contribuidor, de 1 para alterações muito pequenas a 5 para trabalho de nível especializado.
- 3
- Tempo estimadoUm intervalo de tempo aproximado para um colaborador experiente investigar, implementar, testar e preparar um pull request.
- 1-3 hours
- Status da atividadeQuão disponível o issue aparece agora: novo, ativo, obsoleto, bloqueado ou aguardando entrada do mantenedor.
- stale
- ClarityCom que clareza o issue explica a mudança esperada, os critérios de aceitação e a próxima etapa.
- mostly clear
- Prerequisites
- Basic knowledge of Node.jsUnderstanding of proxy servers
- Simpatia para novatosUma pontuação de 1 a 100 que estima o quão acessível este issue é para colaboradores iniciantes.
- 40
- Direção de pesquisa
- 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.