Skip to content
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "feature",
"description" : "Provide more frequent updates about code changes made by agent"
}
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ class CodeGenerationState(
}

private suspend fun CodeGenerationState.generateCode(codeGenerationId: String, messenger: MessagePublisher): CodeGenerationResult {
val pollCount = 180
val requestDelay = 10000L
val pollCount = 360
val requestDelay = 5000L

repeat(pollCount) {
val codeGenerationResultState = config.featureDevService.getTaskAssistCodeGeneration(
Expand Down
Loading