diff --git a/lnbits/wallets/lndgrpc.py b/lnbits/wallets/lndgrpc.py index bef94153e..ceaa44f81 100644 --- a/lnbits/wallets/lndgrpc.py +++ b/lnbits/wallets/lndgrpc.py @@ -192,6 +192,8 @@ class LndWallet(Wallet): fee_limit_msat=fee_limit_msat, timeout_seconds=30, no_inflight_updates=True, + max_parts=16, + time_pref=0.9, ) try: res: Payment = await self.router_rpc.SendPaymentV2(req).read()