Skip to content

Commit

Permalink
Merge pull request #61 from allora-network/stringlen
Browse files Browse the repository at this point in the history
Add emissions module MaxStringLen parameter
  • Loading branch information
kush-alloralabs authored Sep 25, 2024
2 parents c384f7a + 9d89e01 commit b68461b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pages/devs/reference/params/chain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,10 @@ A higher percentage would pay more transaction fees to reputers and workers, at

A small tolerance quantity used to cap division by zero.

Default Value: 0.0000001
Default Value: 0.0000001

#### max_string_length

The maximum length of a string to allow to store on the chain. For example, used in limiting metadata for the creation of new topics.

Default Value: 255

0 comments on commit b68461b

Please sign in to comment.