diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-07-03 15:13:58 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-07-03 15:13:58 +0000 |
commit | 61c827b33eb6e83a20977a661ceb5d0f00ee078e (patch) | |
tree | 8fa417fd262b07f6a38fbbb6998c4e22b82dee2d /ftp/fastdfs/files/patch-conf-tracker.conf | |
parent | Fix build with non-default LOCALBASE, PREFIX (diff) |
Update to 6.06
PR: 246912
Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
Notes
Notes:
svn path=/head/; revision=541116
Diffstat (limited to '')
-rw-r--r-- | ftp/fastdfs/files/patch-conf-tracker.conf | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ftp/fastdfs/files/patch-conf-tracker.conf b/ftp/fastdfs/files/patch-conf-tracker.conf index 42ff48d4e902..96a83788ac0a 100644 --- a/ftp/fastdfs/files/patch-conf-tracker.conf +++ b/ftp/fastdfs/files/patch-conf-tracker.conf @@ -1,15 +1,15 @@ ---- conf/tracker.conf.orig 2016-08-08 07:17:50 UTC +--- conf/tracker.conf.orig 2019-12-30 23:36:03 UTC +++ conf/tracker.conf -@@ -19,7 +19,7 @@ connect_timeout=30 - network_timeout=60 +@@ -20,7 +20,7 @@ connect_timeout = 5 + network_timeout = 60 # the base path to store data and log files --base_path=/home/yuqing/fastdfs -+base_path=/var/db/fastdfs/tracker +-base_path = /home/yuqing/fastdfs ++base_path = /var/db/fastdfs/tracker - # max concurrent connections this server supported - max_connections=256 -@@ -85,11 +85,11 @@ log_level=info + # max concurrent connections this server support + # you should set this parameter larger, eg. 10240 +@@ -97,11 +97,11 @@ log_level = info #unix group name to run this program, #not set (empty) means run by the group of current user @@ -18,8 +18,8 @@ #unix username to run this program, #not set (empty) means run by current user --run_by_user= -+run_by_user=_fastdfs +-run_by_user = ++run_by_user = _fastdfs # allow_hosts can ocur more than once, host can be hostname or ip address, # "*" (only one asterisk) means match all ip addresses |