Skip to content

Commit

Permalink
feat(ref-imp): #781 - change protocol param
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacJChen committed Sep 25, 2020
1 parent 92ef1e2 commit 2f4186a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/core/versions/latest/protocol-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
"hashAlgorithmInMultihashCode": 18,
"maxAnchorFileSizeInBytes": 1000000,
"maxMapFileSizeInBytes": 1000000,
"maxChunkFileSizeInBytes": 20000000,
"maxChunkFileSizeInBytes": 10000000,
"maxNumberOfOperationsPerTransactionTime": 600000,
"maxNumberOfTransactionsPerTransactionTime": 300,
"maxOperationsPerBatch": 10000,
"maxDeltaSizeInBytes": 2000,
"maxDeltaSizeInBytes": 1000,
"maxNumberOfOperationsForNoValueTimeLock": 100,
"maxWriterLockIdInBytes": 200,
"normalizedFeeToPerOperationFeeMultiplier": 0.01,
Expand Down

0 comments on commit 2f4186a

Please sign in to comment.