updated timeout from 20 to 30 seconds
This commit is contained in:
parent
76acc9e661
commit
bd67fdf974
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module.exports = {
|
|||
axios
|
||||
.post(lbrynetUri, {
|
||||
method: 'get',
|
||||
params: { uri, timeout: 20 },
|
||||
params: { uri, timeout: 30 },
|
||||
})
|
||||
.then(response => {
|
||||
sendGATimingEvent('lbrynet', 'getClaim', 'GET', gaStartTime, Date.now());
|
||||
|
|
Loading…
Reference in a new issue