Skip to content

Commit 6aa1fca

Browse files
Up max pods limits (#135)
* Change version * High limitation * Change version file Co-authored-by: PhilippPlotnikov <[email protected]>
1 parent 7fb7af3 commit 6aa1fca

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.4-cap-CR-namespace-labels
1+
2.3.4-cap-CR-13995-up-max-pods-limit

server/application/application.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ import (
6060
)
6161

6262
const (
63-
maxPodLogsToRender = 10
63+
maxPodLogsToRender = 15
6464
backgroundPropagationPolicy string = "background"
6565
foregroundPropagationPolicy string = "foreground"
6666
)

0 commit comments

Comments
 (0)