DEV: Bump max theme sprite size to 1MB (#23556)

There is one repo with very large sprites, and it's causing missing
icons on some instances.
This commit is contained in:
Penar Musaraj
2023-09-13 01:00:26 -04:00
committed by GitHub
parent 038de393ed
commit f6326d03f0
3 changed files with 4 additions and 3 deletions

View File

@ -244,7 +244,7 @@ module SvgSprite
THEME_SPRITE_VAR_NAME = "icons-sprite"
MAX_THEME_SPRITE_SIZE = 512.kilobytes
MAX_THEME_SPRITE_SIZE = 1024.kilobytes
def self.preload
settings_icons