Raise timeouts and restart allowances

This commit is contained in:
Ulf Wiger
2025-10-25 09:32:43 +02:00
parent bfccda2c3f
commit 8e795da00d
6 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -20,8 +20,8 @@ init([]) ->
, worker(gmhc_handler)
, supervisor(gmhc_connectors_sup) ],
SupFlags = #{ strategy => rest_for_one
, intensity => 1
, period => 5
, intensity => 5 %% We really want the hive client to sort itself out
, period => 5*60 %% Timemout issues can happen infrequently
, auto_shutdown => never },
{ok, {SupFlags, ChildSpecs}}.