99designs / 99designs/cmdstalk
Make timeout tries configurable on command line
- Lingua principale
- Go
- Stelle
- 76
- Fork
- 14
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
The max number of allowed timeouts is [hardcoded to 1](https://github.com/99designs/cmdstalk/blob/fbd704da919d283643e673bd02efcf0221224b92/broker/broker.go#L26). It would be nice if that was configurable through a command line flag.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Direzione di ricerca
The hardcoded timeout tries constant is in broker/broker.go line 26. Look at how other command-line flags are defined and parsed in the codebase, likely in a main.go or similar entry point. Add a new flag for max timeouts, pass it to the broker, and update the constant usage. Test by running the broker with the new flag.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- go
- Ambito
- cli
- Tipo di issue
- Funzionalità
- Difficoltà
- 2/5
- Tempo stimato
- 1-3 ore
- Stato di attività
- Ferma
- Chiarezza
- Specificata chiaramente
- Idoneità per principianti
- 70/100