[CHANGE] 500 default limit

This commit is contained in:
Sebastian Grewe 2014-02-18 09:22:16 +01:00
parent 7229b5b130
commit a4e3468b9b

View File

@ -146,8 +146,8 @@ $config['sendmany']['enabled'] = false;
* Transaction Limits * Transaction Limits
* Number of transactions per payout run * Number of transactions per payout run
**/ **/
$config['payout']['txlimit_manual'] = 1000; $config['payout']['txlimit_manual'] = 500;
$config['payout']['txlimit_auto'] = 1000; $config['payout']['txlimit_auto'] = 500;
/** /**
* Round Purging * Round Purging