雲伺服器使用fastDFS錯誤,readtime out

code is law發表於2020-10-28

報錯如下:

Caused by: java.net.SocketTimeoutException: Read timed out

 

com.github.tobato.fastdfs.exception.FdfsIOException: 客戶端連線服務端出現了io異常:socket io exception occured while receive content

 

錯誤原因:上傳的檔案太大,雲伺服器的上行頻寬太小

 

在配置springboot時登出以下配置:

fdfs.so-timeout = 1501
fdfs.connect-timeout = 601

相關文章