Skip to content

Binary Max Character Render Size

Key: qie.binaryMaxRenderSize

Env Var: QIE_BINARYMAXRENDERSIZE

Default: 51200

Scope: Global

Description: Sets the maximum characters that will be rendered in the Binary Editor in the browser. This option prevents large files from locking up and crashing the browser.

Examples

Env Var

QIE_BINARYMAXRENDERSIZE=10000

Java Option

-Dqie.binaryMaxRenderSize=10000

YAML

QIE_BINARYMAXRENDERSIZE: 10000