Skip to content

Commit 328c21a

Browse files
authored
no cache find peer (#1351)
1 parent 8485c3c commit 328c21a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/P2P/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ export class OceanP2P extends EventEmitter {
751751
isNaN(timeout) || timeout === 0
752752
? AbortSignal.timeout(5000)
753753
: AbortSignal.timeout(timeout),
754-
useCache: true,
754+
useCache: false,
755755
useNetwork: true
756756
})
757757
return data

0 commit comments

Comments
 (0)