Skip to content

Commit

Permalink
backpressure disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdarruda committed Jan 7, 2025
1 parent 0b2a17c commit 3796ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/actors/config/persistent_term_config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if Code.ensure_loaded?(:persistent_term) do
{:actors_max_seconds, "3600"},
{:actors_global_backpressure_max_demand, "-1"},
{:actors_global_backpressure_min_demand, "-1"},
{:actors_global_backpressure_enabled, "true"},
{:actors_global_backpressure_enabled, "false"},
{:app_name, Config.Name.generate()},
{:delayed_invokes, "true"},
{:deployment_mode, "sidecar"},
Expand Down

0 comments on commit 3796ad8

Please sign in to comment.