There was an error while loading. Please reload this page.
1 parent 812fe89 commit a114de9Copy full SHA for a114de9
1 file changed
src/website/website.go
@@ -48,7 +48,7 @@ var WebsiteCommand = &cobra.Command{
48
auth.PeriodicallyDeleteInactiveUsers(conn),
49
perfCollectorJob,
50
discord.RunDiscordBot(conn),
51
- discord.RunHistoryWatcher(conn),
+ // discord.RunHistoryWatcher(conn),
52
twitch.MonitorTwitchSubscriptions(conn),
53
hmns3.StartServer(),
54
assets.BackgroundPreviewGeneration(conn),
0 commit comments