mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
0602db1835
FastDFS is an open source high performance distributed file system (DFS). It's major functions include: file storing, file syncing and file accessing, and design for high capacity and load balance. WWW: https://github.com/happyfish100/fastdfs PR: 213311 Submitted by: Daniel Ylitalo <daniel@blodan.se>
12 lines
349 B
Plaintext
12 lines
349 B
Plaintext
--- conf/client.conf.orig 2016-08-08 07:17:50 UTC
|
|
+++ conf/client.conf
|
|
@@ -7,7 +7,7 @@ connect_timeout=30
|
|
network_timeout=60
|
|
|
|
# the base path to store log files
|
|
-base_path=/home/yuqing/fastdfs
|
|
+base_path=/var/db/fastdfs
|
|
|
|
# tracker_server can ocur more than once, and tracker_server format is
|
|
# "host:port", host can be hostname or ip address
|