Skip to content

Commit

Permalink
update STALE_RFC_PERIOD_DAYS
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax authored Dec 16, 2024
1 parent ccbe03e commit 0928566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/gather-mdbook-sources.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const NEW_RFC_PERIOD_DAYS = 7

// The amount of days that an RFC is considered "stale".
// Counted from the last update on a PR.
const STALE_RFC_PERIOD_DAYS = 30
const STALE_RFC_PERIOD_DAYS = 180

const dateDaysBefore = (daysBefore) => {
const result = new Date()
Expand Down

0 comments on commit 0928566

Please sign in to comment.