Skip to content

Commit

Permalink
Merge branch 'main' of github.com:eigr/spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano Santos committed Jan 7, 2025
2 parents 3cca3d2 + 3796ad8 commit 436b2e7
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 436b2e7

Please sign in to comment.