Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 676 Bytes

patching-configuration.markdown

File metadata and controls

31 lines (19 loc) · 676 Bytes

Configuration: Patching Options

{PANEL:Patching.MaxStepsForScript}

The maximum number of statements a script can execute before throwing a Jint.Runtime.StatementsCountOverflowException.

  • Type: int
  • Default: 10000
  • Scope: Server-wide or per database

{PANEL/}

{PANEL:Patching.MaxNumberOfCachedScripts}

The maximum number of JavaScript scripts to be cached.

  • Type: int
  • Default: 2048
  • Scope: Server-wide or per database

{PANEL/}

{PANEL:Patching.StrictMode}

Enables strict mode in the JavaScript engine.

  • Type: bool
  • Default: true
  • Scope: Server-wide or per database

{PANEL/}