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 {
|
||||
await waitOn({
|
||||
resources: [ lbrynetResult.file_name ],
|
||||
delay : 100,
|
||||
delay : 500,
|
||||
timeout : 10000, // 10 seconds
|
||||
});
|
||||
} catch (e) {}
|
||||
|
|
Loading…
Reference in a new issue