Skip to content

Commit c8376dd

Browse files
authored
Merge pull request #11 from DIG-Network/gunjs-p2p
Improvements and testing for webtorrent
2 parents 18eaf8d + 67b5191 commit c8376dd

File tree

3 files changed

+398
-280
lines changed

3 files changed

+398
-280
lines changed

examples/test-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ async function startClient() {
99
const client = new FileClient({
1010
peers: ['http://nostalgiagame.go.ro:30878/gun'], // Connect to deployed relay
1111
namespace: 'dig-nat-tools-test', // Use same namespace as host
12-
timeout: 30000 // 30 second timeout
12+
timeout: 300000 // 5 minute timeout (300 seconds)
1313
});
1414

1515
try {

0 commit comments

Comments
 (0)