We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a541641 commit c05c552Copy full SHA for c05c552
src/resolvers/project.js
@@ -225,7 +225,7 @@ module.exports = {
225
226
// Validate reasonable maximums (prevent extremely large values)
227
const MAX_THRESHOLD = 1000000000; // 1 billion
228
- const MAX_PERIOD = 31536000; // 1 year in seconds
+ const MAX_PERIOD = 2678400; // 1 month in seconds
229
230
if (N > MAX_THRESHOLD) {
231
throw new UserInputError(
0 commit comments