Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for autoremove (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/main/java/org/codelibs/fess/chat/ChatSessionManager.java

                    return;
                }
    
                final int toRemove = sessionCache.size() - maxSize;
                logger.warn("Session cache reached maximum size. Removing oldest sessions. currentSize={}, maxSize={}, removing={}",
                        sessionCache.size(), maxSize, toRemove);
    
                // Remove oldest sessions
                sessionCache.entrySet()
                        .stream()
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 07 13:27:59 GMT 2026
    - 13.7K bytes
    - Click Count (0)
Back to Top