made polling longer

This commit is contained in:
Ben Arc 2021-08-16 07:36:02 +01:00
parent 3dd94dd710
commit 734bf1bcd5
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@
})
}
})
}, 2000)
}, 3000)
})
.catch(function (error) {
LNbits.utils.notifyApiError(error)

View File

@ -238,7 +238,7 @@
})
}
})
}, 2000)
}, 3000)
})
.catch(function (error) {
LNbits.utils.notifyApiError(error)