mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 07:37:55 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user