[CHANGE] 500 default limit
This commit is contained in:
parent
7229b5b130
commit
a4e3468b9b
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user