We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18eaf8d + 67b5191 commit c8376ddCopy full SHA for c8376dd
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