We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2101152 commit 7314c01Copy full SHA for 7314c01
packages/sync-service/lib/electric/connection/manager.ex
@@ -326,6 +326,7 @@ defmodule Electric.Connection.Manager do
326
# configuration that is no longer valid. We always start connection manager with the
327
# options specified by the user to avoid gettting into an unrecoverable failure state.
328
Electric.StackConfig.erase(stack_id, @validated_conn_opts_config_key)
329
+ state
330
end
331
332
defp update_validated_connection_opts(%{stack_id: stack_id} = state, type, validated_opts) do
0 commit comments