-
magit-version 0ef98ef Hi I am trying to add a new repos to the forge database. And I cannot see any PRs that are assigned to me. Looking at the database it appears that the assignees table is limited to 10000, (I am not in the list in the database) there is over 45000 people listed as assignees in the repos I am using. Is it possible to extend the amount of rows that forge saves in the database? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
What repository is that?! (You might run into other issues with that repository,
I don't think I'm not ruling out that there is an issue with one of my packages, but it seems more likely that github/gitlab is imposing some limit. |
Beta Was this translation helpful? Give feedback.
What repository is that?! (You might run into other issues with that repository,
forge
wasn't designed to deal with the monorepo of a large corporation.)I don't think
forge
,closql
oremacsql
impose such a limit. A quick web search also did not reveal anything about SQLite having such a tiny limit, though there is a theoretical limit of 18446744073709551616 rows. 😁 https://www.sqlite.org/limits.htmlI'm not ruling out that there is an issue with one of my packages, but it seems more likely that github/gitlab is imposing some limit.