Compare commits

...

2 Commits

Author SHA1 Message Date
林博仁(Buo-ren, Lin) 1a3f48feff
Merge 14fb4bbaf4 into 75c5535f5a 2024-03-11 07:34:08 -07:00
林博仁(Buo-ren, Lin) 14fb4bbaf4
fix typo (ocur -> occur) 2021-08-04 18:35:27 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ network_timeout = 60
# the base path to store log files # the base path to store log files
base_path = /opt/fastdfs base_path = /opt/fastdfs
# tracker_server can ocur more than once for multi tracker servers. # tracker_server can occur more than once for multi tracker servers.
# the value format of tracker_server is "HOST:PORT", # the value format of tracker_server is "HOST:PORT",
# the HOST can be hostname or ip address, # the HOST can be hostname or ip address,
# and the HOST can be dual IPs or hostnames seperated by comma, # and the HOST can be dual IPs or hostnames seperated by comma,