Increase file wait delay
This commit is contained in:
parent
959c06746d
commit
3c6b378611
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ const claimGet = async ({ ip, originalUrl, params }, res) => {
|
||||||
try {
|
try {
|
||||||
await waitOn({
|
await waitOn({
|
||||||
resources: [ lbrynetResult.file_name ],
|
resources: [ lbrynetResult.file_name ],
|
||||||
delay : 100,
|
delay : 500,
|
||||||
timeout : 10000, // 10 seconds
|
timeout : 10000, // 10 seconds
|
||||||
});
|
});
|
||||||
} catch (e) {}
|
} catch (e) {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue