水利项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
679 B

fdfs:
so-timeout: 1500 # socket连接超时时间
connect-timeout: 6000 # 连接tracker超时时间
thumb-image: #缩略图生成参数 ,可选
width: 150
height: 150
tracker-list: #TrackerList参数,支持多个
- 192.168.1.20:22122
pool:
#从池中借出的对象的最大数目(配置为-1表示不限制)
max-total: -1
#获取连接时的最大等待毫秒数,默认值5000
max-wait-millis: 5000 #
#每个key最大连接数
max-total-per-key: 50
#每个key对应的连接池最大空闲连接数
max-idle-per-key: 10
#每个key对应的连接池最小空闲连接数
max_idle_per_key: 5