mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00:00
search: enlarge MAX_ICON_SIZE
This commit is contained in:
@@ -111,7 +111,7 @@ const NEW_LINES = /(\r\n|\r|\n)/;
|
||||
|
||||
// Set an arbitrary cap on the maximum icon size. Without this, large icons can
|
||||
// cause big delays when loading them at startup.
|
||||
const MAX_ICON_SIZE = 10000;
|
||||
const MAX_ICON_SIZE = 32768;
|
||||
|
||||
// Default charset to use for sending search parameters. ISO-8859-1 is used to
|
||||
// match previous nsInternetSearchService behavior.
|
||||
|
||||
Reference in New Issue
Block a user