Skip to content

Commit 436b2e7

Browse files
author
Adriano Santos
committed
Merge branch 'main' of github.com:eigr/spawn
2 parents 3cca3d2 + 3796ad8 commit 436b2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/actors/config/persistent_term_config.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if Code.ensure_loaded?(:persistent_term) do
2121
{:actors_max_seconds, "3600"},
2222
{:actors_global_backpressure_max_demand, "-1"},
2323
{:actors_global_backpressure_min_demand, "-1"},
24-
{:actors_global_backpressure_enabled, "true"},
24+
{:actors_global_backpressure_enabled, "false"},
2525
{:app_name, Config.Name.generate()},
2626
{:delayed_invokes, "true"},
2727
{:deployment_mode, "sidecar"},

0 commit comments

Comments
 (0)