jxta.properties

来自「基于JXTA的P2P交通仿真程序」· PROPERTIES 代码 · 共 14 行

PROPERTIES
14
字号
# JXTA Properties# The minimum and maximum size of the thread pools for the http serverHttpServer.MinThreads = 10HttpServer.MaxThreads = 200# how long (in millis) an http request has to finish transferring before the# http server discards the request (in millis)HttpServer.MaxRequestReadTime = 60000# how long (in millis) a thread in the thread pool is allowed to be idle before# it is reclaimedHttpServer.MaxThreadIdleTime = 120000

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?