Skip to content

Commit b85afcd

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f2abde8 commit b85afcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/fnruntime/celeval.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
)
2828

2929
const checkFrequency = 100
30-
30+
// This gives about .1 seconds of CPU time for the evaluation to run
3131
// This gives about .1 seconds of CPU time for the evaluation to run
3232
const costLimit = 1000000
3333

0 commit comments

Comments
 (0)