The file-size-threshold Element"

From Documentation
(Created page with "{{ZKConfigurationReferencePageHeader}} '''Syntax:''' <file-size-threshold>''a_number''</file-size-threshold> [Default: 128] [since 5.0.8] It specifies the threshold at whic...")
 
m ((via JWB))
(One intermediate revision by one other user not shown)
Line 5: Line 5:
  
 
  [Default: 128]
 
  [Default: 128]
[since 5.0.8]
+
{{versionSince|5.0.8}}
  
 
It specifies the threshold at which a temporary file is created as a buffer, in kilobytes. In other words, the value is the maximum size that will be stored in memory. A negative value implies default setting.
 
It specifies the threshold at which a temporary file is created as a buffer, in kilobytes. In other words, the value is the maximum size that will be stored in memory. A negative value implies default setting.
Line 14: Line 14:
 
! Version !! Date !! Content
 
! Version !! Date !! Content
 
|-
 
|-
| &nbsp;
+
| 5.0.8
| &nbsp;
+
| 2011/8/11
| &nbsp;
+
| The element is introduced.
 
|}
 
|}
  
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Revision as of 09:35, 14 March 2022


The file-size-threshold Element


Syntax:

<file-size-threshold>a_number</file-size-threshold>
[Default: 128]

Since 5.0.8

It specifies the threshold at which a temporary file is created as a buffer, in kilobytes. In other words, the value is the maximum size that will be stored in memory. A negative value implies default setting.

Version History

Last Update : 2022/03/14


Version Date Content
5.0.8 2011/8/11 The element is introduced.



Last Update : 2022/03/14

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.