- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for delays (0.03 sec)
-
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
/** * Updates the user's group and role membership information with lazy loading for parent groups. * Direct groups are retrieved synchronously, while parent groups are fetched asynchronously * to avoid login delays when users have many nested group memberships. * @param user The Entra ID user to update. */ public void updateMemberOf(final EntraIdUser user) { if (logger.isDebugEnabled()) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 56.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/general/EditForm.java
@Size(max = 20) public String csvFileEncoding; /** * Number of days to keep search logs before purging. * Set to -1 to disable automatic purging of search logs. */ @Min(-1) @Max(100000) @ValidateTypeFailure public Integer purgeSearchLogDay; /** * Number of days to keep job logs before purging. * Set to -1 to disable automatic purging of job logs. */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 10.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/Constants.java
/** Default purge day value (-1 indicates no purging). */ public static final String DEFAULT_PURGE_DAY = "-1"; /** Default suggest purge day value (30 days). */ public static final String DEFAULT_SUGGEST_PURGE_DAY = "30"; /** Default list of bot user agents to purge from logs. */ public static final String DEFAULT_PURGE_BY_BOTS =Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 35.2K bytes - Viewed (0) -
src/main/resources/fess_label_id.properties
labels.endTime=Waktu Selesai labels.hq=hq labels.inputs=Input labels.jobLogging=Logging labels.jobName=Nama labels.jobStatus=Status labels.labelTypeIds=Label labels.lang=Bahasa labels.outputs=Output labels.pos=Kelas Kata labels.purgeJobLogDay=Hapus log job lama labels.purgeUserInfoDay=Hapus log pengguna lama labels.reading=Pembacaan labels.roleTypeIds=ID Peran labels.scriptData=Script labels.scriptResult=Hasil
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 45.2K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.urls=URLs labels.userAgent=User Agent labels.username=Username labels.value=Value labels.versionNo=Version No labels.cronExpression=Schedule labels.dayForCleanup=Delete documents older than specified days labels.crawlingThreadCount=Concurrent Crawling Count labels.boost=Boost labels.crawlingConfigName=Name labels.crawlingConfigPath=Path to Crawl labels.processType=Process Type labels.parameters=Parameters
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.urls=URLs labels.userAgent=User Agent labels.username=Username labels.value=Value labels.versionNo=Version No labels.cronExpression=Schedule labels.dayForCleanup=Delete documents older than specified days labels.crawlingThreadCount=Concurrent Crawling Count labels.boost=Boost labels.crawlingConfigName=Name labels.crawlingConfigPath=Path to Crawl labels.processType=Process Type labels.parameters=Parameters
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 44K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java
/** The key of the message: Schedule */ public static final String LABELS_CRON_EXPRESSION = "{labels.cronExpression}"; /** The key of the message: Delete documents older than specified days */ public static final String LABELS_DAY_FOR_CLEANUP = "{labels.dayForCleanup}"; /** The key of the message: Concurrent Crawling Count */Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 13 02:21:17 UTC 2025 - 156.4K bytes - Viewed (0)