From 22b35ff93db8fc0d028a67313c72e8c428c3a8a0 Mon Sep 17 00:00:00 2001 From: 9qeklajc Date: Tue, 4 Aug 2026 01:47:21 +0200 Subject: [PATCH] increase daily topup --- routstr/upstream/auto_topup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routstr/upstream/auto_topup.py b/routstr/upstream/auto_topup.py index 3bfef74f..c8eadb6e 100644 --- a/routstr/upstream/auto_topup.py +++ b/routstr/upstream/auto_topup.py @@ -57,7 +57,7 @@ PPQ_MAX_TOPUP_USD = 500 # compromised and keeps reporting a below-threshold balance, this cap bounds # the damage instead of letting the worker drain the owner's mint funds one # per-transaction-capped payment at a time. -PPQ_MAX_DAILY_TOPUP_USD = 1000 +PPQ_MAX_DAILY_TOPUP_USD = 300 async def periodic_auto_topup() -> None: