Skip to content

Commit

Permalink
allow reactivity features to be toggled with flag (DiceDB#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
JyotinderSingh authored and KanniShashankh committed Oct 22, 2024
1 parent aacbecb commit 20c561d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func main() {
}

workerManager := worker.NewWorkerManager(config.DiceConfig.Performance.MaxClients, shardManager)
respServer := resp.NewServer(shardManager, workerManager, cmdWatchChan, serverErrCh, logr)
respServer := resp.NewServer(shardManager, workerManager, cmdWatchSubscriptionChan, cmdWatchChan, serverErrCh, logr)
serverWg.Add(1)
go runServer(ctx, &serverWg, respServer, logr, serverErrCh)
} else {
Expand Down

0 comments on commit 20c561d

Please sign in to comment.