- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for 262144000 (0.04 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. 262144000 <br> * comment: Maximum size (bytes) for HTTP file uploads. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getHttpFileuploadMaxSize(); /** * Get the value for the key 'http.fileupload.max.size' as {@link Integer}. <br> * The value is, e.g. 262144000 <br>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1) -
src/main/resources/fess_config.properties
http.proxy.port=8080 # Username for HTTP proxy authentication. http.proxy.username= # Password for HTTP proxy authentication. http.proxy.password= # Maximum size (bytes) for HTTP file uploads. http.fileupload.max.size=262144000 # Threshold size (bytes) for HTTP file upload buffering. http.fileupload.threshold.size=262144 # Maximum number of files allowed per HTTP upload. http.fileupload.max.file.count=10
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 05 14:45:37 UTC 2025 - 54.7K bytes - Viewed (0) -
src/main/resources/crawler/contentlength.xml
class="org.codelibs.fess.crawler.helper.ContentLengthHelper" instance="singleton"> <property name="defaultMaxLength">10485760</property><!-- 10M --> <postConstruct name="addMaxLength"> <arg>"text/html"</arg> <arg>2621440</arg><!-- 2.5M --> </postConstruct> </component>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Oct 11 06:51:14 UTC 2015 - 561 bytes - Viewed (0)