We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3283a51 commit a3bf780Copy full SHA for a3bf780
main.go
@@ -20,7 +20,7 @@ const (
20
AnnotationTTL = "k8s-ttl-controller.twin.sh/ttl"
21
22
MaximumFailedExecutionBeforePanic = 10 // Maximum number of allowed failed executions before panicking
23
- ExecutionTimeout = 10 * time.Minute // Maximum time for each reconciliation before timing out.
+ ExecutionTimeout = 10 * time.Minute // Maximum time for each reconciliation before timing out
24
ExecutionInterval = 5 * time.Minute // Interval between each reconciliation
25
)
26
0 commit comments