Change rate limit for LndHub API

This commit is contained in:
Basti 2022-04-18 10:42:47 +02:00
parent ae342106c9
commit a633834a1b
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72

View File

@ -1,7 +1,7 @@
let config = {
enableUpdateDescribeGraph: false,
postRateLimit: 100,
rateLimit: 200,
postRateLimit: 10000,
rateLimit: 10000,
forwardReserveFee: 0.01, // default 0.01
intraHubFee: 0.003, // default 0.003
redis: {