Skip to content

Commit

Permalink
Decrease voice link update frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
230Daniel committed Aug 29, 2024
1 parent 82bc745 commit 17c35ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utili.Bot/Services/Features/VoiceLinkService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private async Task UpdateLinkedChannelsAsync()
_logger.LogError(e, "Exception thrown starting channel updates");
}

await Task.Delay(250);
await Task.Delay(1500);
}
}

Expand Down

0 comments on commit 17c35ad

Please sign in to comment.