ConfigHubPub / ConfigHubPub/ConfigHubPlatform
File content size
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 80
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
Hi
In version 1.97 the content field in the 'repofile' table is TEXT
whereas it used to be LONGTEXT. Why the change to the smaller size? Is it possible to increase it? 64KB is a pretty small size limit for files.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the schema or migration that defines the repofile.content field and compare its definition with version 1.97 and the earlier LONGTEXT definition. Verify the effective file-size limit and determine whether restoring the larger type is safe; done means the supported content size and migration behavior are clearly established.
Written by the indexing model from the issue text.
Assessment
- Domain
- database
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100