fix(archive): async peer start в archive_manager, без краша gen_server. Refs EventHub/EventHubBack#33 [skip ci]

This commit is contained in:
2026-07-15 17:10:16 +03:00
parent 823274caab
commit 6441be61b1
2 changed files with 121 additions and 36 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
-include("records.hrl").
-define(ARCHIVE_CALL_TIMEOUT, 3000).
-define(ARCHIVE_CALL_TIMEOUT, 8000).
%%% cowboy_handler callback
-spec init(cowboy_req:req(), any()) -> {ok, cowboy_req:req(), any()}.