Increase UA_MAX_LENGTH to 350

This commit is contained in:
Faisal Salman 2022-07-01 00:39:36 +07:00
parent 1e82d7d265
commit 30ac448a0c
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
SMARTTV = 'smarttv', SMARTTV = 'smarttv',
WEARABLE = 'wearable', WEARABLE = 'wearable',
EMBEDDED = 'embedded', EMBEDDED = 'embedded',
UA_MAX_LENGTH = 275; UA_MAX_LENGTH = 350;
var AMAZON = 'Amazon', var AMAZON = 'Amazon',
APPLE = 'Apple', APPLE = 'Apple',

File diff suppressed because one or more lines are too long