mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 09:06:06 +00:00
bump MAX_CUSTOM_PROPS_SIZE to 100KB
This commit is contained in:
parent
911644531b
commit
dec92ecd31
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue