1 Star 1 Fork 0

lj6684 / http-proxy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.properties 677 Bytes
一键复制 编辑 原始数据 按行查看 历史
lj6684 提交于 2019-08-20 13:17 . first commit
###################################
# 基础配置
###################################
# 本机监听端口
listen.port=40625
# HTTP服务配置
http.ip=127.0.0.1
http.port=8080
# HTTPS服务配置
https.ip=127.0.0.1
https.port=8443
# 远程服务器连接超时,单位毫秒
socket.connect.timeout=10000
# 远程服务器数据读取超时,单位毫秒
socket.so.timeout=30000
###################################
# 高级配置(一般无需修改)
###################################
# 线程池核心线程数
threadpool.coresize=8
# 线城池最大线程数
threadpool.maxsize=1024
# 线程池内空闲线程回收周期,单位秒
threadpool.keepalive.time=30
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/lj6684/http-proxy.git
git@gitee.com:lj6684/http-proxy.git
lj6684
http-proxy
http-proxy
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891