Server fails every week aprox

We have an active key loaded in our server and all seems to work OK, but when each week or two-weeks we have to restart the service/server because flashponer streaming doesn't respond.

Can you check the server/flashponer logs please? I just send the credentials by email.


Thanks!
 

Max

Administrator
Staff member
Hello Jazmin.
We recommend you to update WCS to the latest version from this page and limit REST connections count with this parameter
Code:
rest_max_connections=20
or, if you do not use REST hooks, disable it with parameter
Code:
disable_rest_requests=true
 
Top