Skip to content

Commit

Permalink
Increase the default UI plugin file size limit to 30 MB
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsakala committed Oct 16, 2024
1 parent cc6917a commit 7ead36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/settings/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

const (
RancherVersionDev = "2.9.99"
DefaultMaxUIPluginFileSizeInBytes = 20 * 1024 * 1024 // 20MB
DefaultMaxUIPluginFileSizeInBytes = 30 * 1024 * 1024 // 30MB
AgentTLSModeStrict = "strict"
AgentTLSModeSystemStore = "system-store"
)
Expand Down

0 comments on commit 7ead36a

Please sign in to comment.