bump MAX_CUSTOM_PROPS_SIZE to 100KB

This commit is contained in:
Seth Van Niekerk 2026-05-01 19:15:45 -04:00
parent 911644531b
commit dec92ecd31
No known key found for this signature in database
GPG key ID: E86ACA677312A675

View file

@ -11,7 +11,7 @@ VALID_NAV_ITEM_IDS = {
'channels', 'vods', 'sources', 'guide', 'dvr',
'stats', 'plugins', 'integrations', 'system', 'settings'
}
MAX_CUSTOM_PROPS_SIZE = 10240 # 10KB limit
MAX_CUSTOM_PROPS_SIZE = 102400 # 100KB limit
def validate_nav_array(value, field_name):