updated timeout from 20 to 30 seconds

This commit is contained in:
bill bittner 2018-06-29 08:25:39 -07:00
parent 76acc9e661
commit bd67fdf974

View file

@ -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());