- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 18 for 2621440 (0.56 sec)
-
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) -
src/main/resources/fess_config.properties
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/java/org/codelibs/fess/mylasta/direction/FessConfig.java
/** The key of the configuration. e.g. */ String HTTP_PROXY_PASSWORD = "http.proxy.password"; /** The key of the configuration. e.g. 262144000 */ String HTTP_FILEUPLOAD_MAX_SIZE = "http.fileupload.max.size"; /** The key of the configuration. e.g. 262144 */ String HTTP_FILEUPLOAD_THRESHOLD_SIZE = "http.fileupload.threshold.size"; /** The key of the configuration. e.g. 10 */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (2) -
src/test/java/jcifs/internal/fscc/FileFsFullSizeInformationTest.java
void shouldHandleQuotaRestrictedScenarios() throws SMBProtocolDecodingException { // Given - quota restricts caller available units long totalClusters = 26214400L; // 100GB / 4KB long callerAvailable = 2621440L; // 10GB / 4KB (quota limit) long actualFree = 13107200L; // 50GB / 4KB (actual free) ByteBuffer buffer = ByteBuffer.allocate(32);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 30.5K bytes - Viewed (0) -
src/packaging/common/packaging.properties
packaging.fess.heap.min=256m packaging.fess.heap.max=1g # Specifies the maximum file descriptor number packaging.os.max.open.files=65535 # Maximum number of VMA (Virtual Memory Areas) a process can own packaging.os.max.map.count=262144 # Simple marker to check that properties are correctly overridden packaging.type=tar.gz # Custom header for package scripts packaging.scripts.header=
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Dec 10 01:24:02 UTC 2015 - 797 bytes - Viewed (0) -
src/packaging/deb/init.d/fess
# Fess data directory DATA_DIR=${packaging.fess.var.dir} # Fess configuration directory CONF_DIR=${packaging.fess.conf.dir} # Maximum number of VMA (Virtual Memory Areas) a process can own MAX_MAP_COUNT=262144 # Path to the GC log file #FESS_GC_LOG_FILE=/var/log/fess/gc.log # Fess PID file directory PID_DIR=${packaging.fess.pid.dir} # End of variables that can be overwritten in $DEFAULT
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 5.8K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/FileFsSizeInformationTest.java
void shouldHandleTypicalNTFSConfiguration() throws SMBProtocolDecodingException { // Given - typical NTFS: 4KB clusters (8 sectors * 512 bytes) long totalClusters = 26214400L; // 100GB / 4KB long freeClusters = 13107200L; // 50GB / 4KB ByteBuffer buffer = ByteBuffer.allocate(24); buffer.order(ByteOrder.LITTLE_ENDIAN);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 25.9K bytes - Viewed (0) -
src/test/java/jcifs/internal/smb2/ioctl/SrvCopyChunkCopyResponseTest.java
int bytesDecoded = response.decode(buffer, 0, buffer.length); assertEquals(12, bytesDecoded); assertEquals(32, response.getChunksWritten()); assertEquals(262144, response.getChunkBytesWritten()); // 256KB chunks assertEquals(8388608, response.getTotalBytesWritten()); // 8MB total } @Test
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 19.8K bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (darwin-386), const RTF_PRCLONING = 65536 pkg syscall (darwin-386), const RTF_PROTO1 = 32768 pkg syscall (darwin-386), const RTF_PROTO2 = 16384 pkg syscall (darwin-386), const RTF_PROTO3 = 262144 pkg syscall (darwin-386), const RTF_REJECT = 8 pkg syscall (darwin-386), const RTF_STATIC = 2048 pkg syscall (darwin-386), const RTF_UP = 1 pkg syscall (darwin-386), const RTF_WASCLONED = 131072
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
api/go1.3.txt
pkg syscall (freebsd-386), const MAP_ALIGNMENT_MASK ideal-int pkg syscall (freebsd-386), const MAP_ALIGNMENT_SHIFT = 24 pkg syscall (freebsd-386), const MAP_ALIGNMENT_SHIFT ideal-int pkg syscall (freebsd-386), const MSG_CMSG_CLOEXEC = 262144 pkg syscall (freebsd-386), const MSG_CMSG_CLOEXEC ideal-int pkg syscall (freebsd-386), const NAME_MAX = 255 pkg syscall (freebsd-386), const NAME_MAX ideal-int pkg syscall (freebsd-386), const O_CLOEXEC = 1048576
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Jun 02 02:45:00 UTC 2014 - 117K bytes - Viewed (0)