Skip to content

Commit

Permalink
feat: increased http request timeouts from 30s to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
ohager committed Dec 22, 2024
1 parent 4faf044 commit 25d2aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/node-default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@

## Peer networking server idle timeout, milliseconds.

# P2P.TimeoutIdle_ms = 60000
# P2P.TimeoutIdle_ms = 30000

## Blacklist peers for 600000 milliseconds (i.e. 10 minutes by default).

Expand Down Expand Up @@ -260,7 +260,7 @@

## Idle timeout for http/json API request connections, milliseconds.

# API.ServerIdleTimeout = 30000
# API.ServerIdleTimeout = 60000

## Directory with html and javascript files for the new client UI, and admin tools utilizing
## the http/json API.
Expand Down

0 comments on commit 25d2aeb

Please sign in to comment.