Skip to content

Commit

Permalink
Save
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyang01 committed Sep 12, 2024
1 parent 028c2bf commit e4ea17f
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 @@ -80,7 +80,7 @@ func main() {
logrus.Fatalln("Failed to set the persister:", err)
}

registerReplicaController(provider, engine, provider.Storage())
registerReplicaController(provider, engine, pool)

config := server.Config{
Protocol: "tcp",
Expand Down

0 comments on commit e4ea17f

Please sign in to comment.