Robbie Bowman
Results
2
comments of
Robbie Bowman
The default timeout is 10 seconds. If you want to increase this, use the second optional constructor argument when making your service. e.g. ```kotlin val gpt = OpenAiService(openApiKey, Duration.ofSeconds(30)) ```
Is there any plan to change the scope termination behaviour for lazy coroutines? It seems counter intuitive that I would have to cancel an `async` I never started.