Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: increase service URL size limit (#608)
Fixes /~https://github.com/KILTprotocol/ticket/issues/3131. The ticket mentions that 500 would be a good new limit for the inbound request we had. Reading elsewhere online, such as [here](https://stackoverflow.com/a/417184) it seems that 2000 characters is a good upper bound limit for URLs. Since every change would require a runtime upgrade, I would rather make the value future proof and set it to 2000 directly.
- Loading branch information