Skip to content

Commit a114de9

Browse files
committed
Turn off the history scraper for now
1 parent 812fe89 commit a114de9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/website/website.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ var WebsiteCommand = &cobra.Command{
4848
auth.PeriodicallyDeleteInactiveUsers(conn),
4949
perfCollectorJob,
5050
discord.RunDiscordBot(conn),
51-
discord.RunHistoryWatcher(conn),
51+
// discord.RunHistoryWatcher(conn),
5252
twitch.MonitorTwitchSubscriptions(conn),
5353
hmns3.StartServer(),
5454
assets.BackgroundPreviewGeneration(conn),

0 commit comments

Comments
 (0)