remove balance limit on anon

This commit is contained in:
keyan 2023-08-11 12:59:09 -05:00
parent 6e694139f4
commit d406ccc2d8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ module.exports = {
INV_PENDING_LIMIT: 10,
BALANCE_LIMIT_MSATS: 1000000000, // 1m sats
ANON_INV_PENDING_LIMIT: 100,
ANON_BALANCE_LIMIT_MSATS: 100000000000, // 100m sats
ANON_BALANCE_LIMIT_MSATS: 0, // disable
MAX_POLL_NUM_CHOICES: 10,
MIN_POLL_NUM_CHOICES: 2,
ITEM_FILTER_THRESHOLD: 1.2,