Increase file wait delay

This commit is contained in:
Shawn 2018-12-04 12:11:14 -06:00
parent 959c06746d
commit 3c6b378611

View file

@ -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) {}