Skip to content

Commit a249618

Browse files
Adjusted HelpForumUpdater update rate
1 parent 52faaad commit a249618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/javadiscord/javabot/systems/help/HelpForumUpdater.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class HelpForumUpdater {
2727
/**
2828
* Updates all help channels.
2929
*/
30-
@Scheduled(cron = "0 * * * * *") // Hourly
30+
@Scheduled(cron = "*/10 * * * *") // Run every 10 minutes
3131
public void execute() {
3232
for (Guild guild : jda.getGuilds()) {
3333
log.info("Updating help channels in {}", guild.getName());

0 commit comments

Comments
 (0)