Skip to content

Commit

Permalink
Tune return type of GetMaximumMinersCount.
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-aelf committed Jun 22, 2020
1 parent 42adb0f commit 59fc814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AElf.Kernel.SmartContract/SmartContractConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ public class SmartContractConstants
{
public const int TransactionExecutionTimePeriodLimitInMilliSeconds = 50;

public const int ExecutionCallThreshold = 5000;
public const int ExecutionCallThreshold = 15000;

public const int ExecutionBranchThreshold = 5000;
public const int ExecutionBranchThreshold = 15000;
}
}

0 comments on commit 59fc814

Please sign in to comment.