- Refractor code
- Add a better logging for 429 when streaming - Fix minor issues
This commit is contained in:
@@ -31,7 +31,7 @@ func Start(ctx context.Context) error {
|
||||
syscall.Umask(int(umask))
|
||||
}
|
||||
|
||||
cfg := config.GetConfig()
|
||||
cfg := config.Get()
|
||||
var wg sync.WaitGroup
|
||||
errChan := make(chan error)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user