Skip to content

Commit

Permalink
Merge pull request #21 from gofractally/add-http-timeout-to-default-p…
Browse files Browse the repository at this point in the history
…sinode-config

add default http config
  • Loading branch information
James-Mart committed Feb 6, 2024
2 parents c03ddb0 + 2960e72 commit b46cc94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/conf/psinode/configs/http.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ service = 127.0.0.1:$PSIBASE_DATADIR/services/admin-sys
service = [::1]:$PSIBASE_DATADIR/services/admin-sys
service = admin-sys.:$PSIBASE_DATADIR/services/admin-sys
pkcs11-module = /usr/lib/softhsm/libsofthsm2.so
http-timeout = 4s

admin = static:*
database-cache-size = 256MiB
Expand Down
1 change: 1 addition & 0 deletions docker/conf/psinode/configs/https.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ service = 127.0.0.1:$PSIBASE_DATADIR/services/admin-sys
service = [::1]:$PSIBASE_DATADIR/services/admin-sys
service = admin-sys.:$PSIBASE_DATADIR/services/admin-sys
pkcs11-module = /usr/lib/softhsm/libsofthsm2.so
http-timeout = 4s

admin = static:*
database-cache-size = 256MiB
Expand Down

0 comments on commit b46cc94

Please sign in to comment.