Home > Back-end >  Micro service calls in the file upload service is always a timeout
Micro service calls in the file upload service is always a timeout

Time:04-10

Micro service is feign calls, but slightly larger file will timeout, could you tell me how to configure appropriate here? What parameters need to adjust?

CodePudding user response:

With a timeout, the default is short

CodePudding user response:

If the file is too big, have a try TXT file

CodePudding user response:

The root of the problem is the server bandwidth is too low, 4 m file upload need 36 s, find operations in the server, no problem
  • Related