| | |
| | | public static final int MEMORY_SUMMARY_TRIGGER_MESSAGES = 12; |
| | | public static final int MEMORY_SUMMARY_MAX_LENGTH = 1200; |
| | | public static final int MEMORY_FACTS_MAX_LENGTH = 600; |
| | | public static final int CONFIG_CACHE_TTL_SECONDS = 300; |
| | | public static final int RUNTIME_CACHE_TTL_SECONDS = 120; |
| | | public static final int MEMORY_CACHE_TTL_SECONDS = 120; |
| | | public static final int SESSION_LIST_CACHE_TTL_SECONDS = 120; |
| | | public static final int MCP_PREVIEW_CACHE_TTL_SECONDS = 300; |
| | | public static final int MCP_HEALTH_CACHE_TTL_SECONDS = 120; |
| | | public static final int STREAM_STATE_TTL_SECONDS = 3600; |
| | | public static final int TOOL_RESULT_CACHE_TTL_SECONDS = 180; |
| | | public static final int CHAT_RATE_LIMIT_WINDOW_SECONDS = 60; |
| | | public static final int CHAT_RATE_LIMIT_MAX_REQUESTS = 30; |
| | | } |