we have some hardcoded page limits in the code, for example:
|
const PageNumberLimit = 2 |
|
const PageNumberLimit = 2 |
we should increase these, but if we increase them too much we'll hit rate limits. some ideas:
- make these user-configurable
- warn the user if they are trying to fetch too much data
(see #232 for more context)
we have some hardcoded page limits in the code, for example:
github-datasource/pkg/github/constants.go
Line 4 in 4452e59
github-datasource/pkg/github/projects/projects.go
Line 15 in 4452e59
we should increase these, but if we increase them too much we'll hit rate limits. some ideas:
(see #232 for more context)