Browse Source

forgot to initialize the abool struct

backfeed-full-error
Fusl 2 years ago
parent
commit
2fe43ae68e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      main.go

+ 1
- 0
main.go View File

@@ -533,6 +533,7 @@ func main() {
TrackerRedis: trackerRedisClient,
BackfeedRedis: backfeedRedisClient,
LegacyRedis: legacyRedisClient,
Populated: abool.New(),
}

globalBackfeedManager.Context, globalBackfeedManager.Cancel = context.WithCancel(context.Background())


Loading…
Cancel
Save