ConfigHubPub / ConfigHubPub/ConfigHubPlatform

File content size

Open
#150 2 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.