Skip to content

Commit

Permalink
version 5.4 /
Browse files Browse the repository at this point in the history
changed: dependencies updated, increased timeout defaults to 300seconds
fixed: NodeJS.timeout

Signed-off-by: diva.exchange <[email protected]>
  • Loading branch information
diva-exchange committed Dec 28, 2023
1 parent 5843044 commit 0301f61
Show file tree
Hide file tree
Showing 20 changed files with 450 additions and 1,096 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ const DEFAULT_CONFIGURATION: ConfigurationDefault = {
versionMax: '',
publicKey: '',
privateKey: '',
timeout: 60,
timeout: 300,
},
};
```
Expand Down
7 changes: 1 addition & 6 deletions lib/config.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions lib/i2p-sam-datagram.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions lib/i2p-sam-raw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 9 additions & 7 deletions lib/i2p-sam-stream.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions lib/i2p-sam.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0301f61

Please sign in to comment.