Skip to content

Commit

Permalink
fix: increase sub manager timeout to 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
w3b6x9 committed Jul 12, 2022
1 parent 3b33312 commit ed2fa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/extensions/postgres/postgres_subscription_manager.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule Extensions.Postgres.SubscriptionManager do
@check_oids_interval 60_000
@queue_target 5_000
@pool_size 5
@timeout 15_000
@timeout 60_000

def start_link(opts) do
GenServer.start_link(__MODULE__, opts)
Expand Down

0 comments on commit ed2fa42

Please sign in to comment.