Increased discord cutoff
This commit is contained in:
parent
3bf6af6a3e
commit
38be6161a3
@ -36,7 +36,7 @@ class SendScoresToDiscord(
|
||||
|
||||
// 2024-03-03 00:00:00
|
||||
private val minCutoff = OffsetDateTime.of(
|
||||
2024, 3, 4, 0, 0, 0, 0, OffsetDateTime.now().offset
|
||||
2024, 3, 5, 0, 0, 0, 0, OffsetDateTime.now().offset
|
||||
)
|
||||
|
||||
@Scheduled(fixedDelay = 1200000, initialDelay = 0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user