Skip to content

Commit

Permalink
Enable lazy comprehension eval by default
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 601600918
  • Loading branch information
l46kok authored and copybara-github committed Jan 26, 2024
1 parent 90e9b2a commit e69a4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/dev/cel/common/CelOptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public static Builder newBuilder() {
.resolveTypeDependencies(true)
.enableUnknownTracking(false)
.enableCelValue(false)
.enableComprehensionLazyEval(false)
.enableComprehensionLazyEval(true)
.comprehensionMaxIterations(-1);
}

Expand Down

0 comments on commit e69a4dd

Please sign in to comment.