Skip to content

Commit

Permalink
Remove maxPodLogsToRender const
Browse files Browse the repository at this point in the history
Signed-off-by: lukasz <[email protected]>
  • Loading branch information
lukaszgyg committed Jan 12, 2024
1 parent 206f692 commit 76df5f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/application/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ import (
type AppResourceTreeFn func(ctx context.Context, app *appv1.Application) (*appv1.ApplicationTree, error)

const (
maxPodLogsToRender = 10
backgroundPropagationPolicy string = "background"
foregroundPropagationPolicy string = "foreground"
)
Expand Down

0 comments on commit 76df5f0

Please sign in to comment.