We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a609f23 commit e06bae0Copy full SHA for e06bae0
config.ini.example
@@ -1,6 +1,6 @@
1
[common]
2
;log文件
3
-log_file = /var/log/php-connection-pool/server.log
+log_file = /tmp/php_cp_server.log
4
;the num of TCP connections release every idel_time cycles(连接空闲后的回收力度,值越大回收的越快,但是会造成更多的消耗)
5
recycle_num = 2
6
;In this period of time,if no process use this connection ,the TCP connection will release(空闲连接回收的发呆时间 单位秒)
0 commit comments