Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
refresh blog every 30 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 4, 2023
1 parent dde9bb5 commit bf81226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/freenet/website/util/github.kt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ object Github {
logger.info { "Retrieve recently merged pull requests from Github" }
pullRequests = getPullRequests(5)

delay(Duration.ofHours(1))
delay(Duration.ofMinutes(30))
}
}
}
Expand Down

0 comments on commit bf81226

Please sign in to comment.