skalenetwork / skale-proxy

SKALE Proxy is high performance, easy-to-run public service that provides proxied and load-balanced JSON-RPC endpoints for SKALE chains. It is based on NGINX.
GNU Affero General Public License v3.0
2 stars 3 forks source link

Update proxy upstream limits, add heartbeat #68

Closed dmytrotkk closed 2 months ago

dmytrotkk commented 2 months ago

This PR updates some of the proxy upstream limits:

proxy_read_timeout 120s -> 60s
proxy_connect_timeout 60s -> 30s
proxy_send_timeout 120s -> 60s

Also, optional heartbeat URL was added.

No tests added, no performance changes.