Skip to content

Commit

Permalink
increase timeout millis
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Dec 18, 2022
1 parent 1cecbe8 commit 40ffbea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
nipsTotal: 40
millis:
connectTimeout: 10000
readTimeout: 5000
writeTimeout: 5000
readTimeout: 10000
writeTimeout: 10000
clearTimeoutBuffer: 1000
testEvent:
id: '41ce9bc50da77dda5542f020370ecc2b056d8f2be93c1cedf1bf57efcab095b0'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nostr-relay-inspector",
"version": "0.0.9",
"version": "0.0.10",
"description": "js library for inspecting nostr relays",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 40ffbea

Please sign in to comment.