Skip to content

Commit

Permalink
fix: remove conn_retry_delays from Realtime.Replication
Browse files Browse the repository at this point in the history
  • Loading branch information
w3b6x9 committed Feb 10, 2021
1 parent 4d68673 commit 8bdfb96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/lib/realtime/replication.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ defmodule Realtime.Replication do
defstruct(
config: [],
connection: nil,
conn_retry_delays: [],
subscribers: [],
transaction: nil,
relations: %{},
Expand Down

0 comments on commit 8bdfb96

Please sign in to comment.