aboutsummaryrefslogtreecommitdiff
path: root/ftp/fastdfs/files/patch-conf-tracker.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/fastdfs/files/patch-conf-tracker.conf')
-rw-r--r--ftp/fastdfs/files/patch-conf-tracker.conf20
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