Skip to content

Commit

Permalink
[CHANGE] 500 default limit
Browse files Browse the repository at this point in the history
  • Loading branch information
MPOS123 committed Feb 18, 2014
1 parent 7229b5b commit a4e3468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/include/config/global.inc.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@
* Transaction Limits
* Number of transactions per payout run
**/
$config['payout']['txlimit_manual'] = 1000;
$config['payout']['txlimit_auto'] = 1000;
$config['payout']['txlimit_manual'] = 500;
$config['payout']['txlimit_auto'] = 500;

/**
* Round Purging
Expand Down

0 comments on commit a4e3468

Please sign in to comment.