Skip to content

Commit

Permalink
adjust comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Nov 10, 2023
1 parent 06ad0dd commit 12f3ef2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ class MessageConfig : SelfSavable<CommentedConfigurationNode>, KoinComponent {
var interval = SimpleDuration(3, TimeUnit.MINUTES, "3 minutes")

@Setting("startup-delay")
@Comment("Delay before this broadcast starts it's interval at server startup. Useful to offset configs from each other.")
@Comment("Delay before this broadcast starts it's interval at server startup/config reload. Useful to offset configs from each other.")
var initialDelay = SimpleDuration.ZERO

@Setting("random-message-order")
Expand Down

0 comments on commit 12f3ef2

Please sign in to comment.