Skip to content

Commit

Permalink
update maxPayLoadSize
Browse files Browse the repository at this point in the history
  • Loading branch information
peerchemist committed May 25, 2019
1 parent 60ec392 commit 4685336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/perpera.js
Original file line number Diff line number Diff line change
Expand Up @@ -1659,7 +1659,7 @@ const hashFields = {
'sha3-256': { bytes: 32, push: pushSha3 },
'sha3-512': { bytes: 64, push: pushSha3 }
};
const maxPayloadSize = 80;
const maxPayloadSize = 256;
function contentUpdate(hash) {
const payloads = [];
let payload = {
Expand Down

0 comments on commit 4685336

Please sign in to comment.