Skip to content

Commit e634c3c

Browse files
committed
Warning for interval change
1 parent 0efeeba commit e634c3c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/utils/cronJobs.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,8 @@ export async function runDecayTick() {
254254
}
255255

256256
// update match count channel every 5 minutes
257+
// the 5 minute interval is a HARD discord limit for voice channel name changes. This CANNOT be changed.
258+
// DO NOT CHANGE THE INTERVAL
257259
export async function updateMatchCountCronJob() {
258260
setInterval(
259261
async () => {

0 commit comments

Comments
 (0)