/
githubmirror
/
arthas
Обзор
Документация
Войти
/
githubmirror
/
arthas
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
core/src/main/java/arthas.properties
30 строк
791 B
hengyunabc
chore: extend default session timeout to 3 hours
18 май 2026, 11:07
18 май 2026, 11:07
c7f5205
Код
Авторство
О чём код?
#arthas.config.overrideAll=true arthas.telnetPort=3658 arthas.httpPort=8563 arthas.ip=127.0.0.1 # seconds arthas.sessionTimeout=10800 #arthas.enhanceLoaders=java.lang.ClassLoader # https://arthas.aliyun.com/doc/en/auth # arthas.username=arthas # arthas.password=arthas # local connection non auth, like telnet 127.0.0.1 3658 arthas.localConnectionNonAuth=true #arthas.appName=demoapp #arthas.tunnelServer=ws://127.0.0.1:7777/ws #arthas.agentId=mmmmmmyiddddd #arthas.disabledCommands=stop,dump #arthas.commandLocations=/opt/arthas/ext-command.jar,/opt/arthas/ext-commands # if ${arthas.home}/commands exists, Arthas will also try to load *.jar from it #arthas.outputPath=arthas-output # MCP (Model Context Protocol) configuration arthas.mcpEndpoint=/mcp arthas.mcpProtocol=STREAMABLE