We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4084e5b commit 67b5191Copy full SHA for 67b5191
examples/test-client.js
@@ -9,7 +9,7 @@ async function startClient() {
9
const client = new FileClient({
10
peers: ['http://nostalgiagame.go.ro:30878/gun'], // Connect to deployed relay
11
namespace: 'dig-nat-tools-test', // Use same namespace as host
12
- timeout: 30000 // 30 second timeout
+ timeout: 300000 // 5 minute timeout (300 seconds)
13
});
14
15
try {
0 commit comments