sjqzhang / go-fastdfs

go-fastdfs 是一个简单的分布式文件系统(私有云存储),具有无中心、高性能,高可靠,免维护等优点,支持断点续传,分块上传,小文件合并,自动同步,自动修复。Go-fastdfs is a simple distributed file system (private cloud storage), with no center, high performance, high reliability, maintenance free and other advantages, support breakpoint continuation, block upload, small file merge, automatic synchronization, automatic repair.(similar fastdfs).
https://gitee.com/sjqzhang/go-fastdfs
The Unlicense
3.91k stars 745 forks source link

修改端口号后,重启失败 #422

Closed zhangbing1995 closed 1 year ago

zhangbing1995 commented 1 year ago

初次启动成功之后,修改conf配置文件里面的端口号,保存之后再次重启,一闪而过,启动失败,是在windows系统里面

zhangbing1995 commented 1 year ago

检查了json格式,格式是正确的,检查了要修改的端口号,端口号也是没有被占用

sjqzhang commented 1 year ago

配置文件格式有问题,自查。