From 5e23a4f0987cd0958f9aa6777101a7d591b90f6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Aleksandrovi=C4=8D=20Klimov?= Date: Tue, 20 May 2025 12:44:04 +0200 Subject: [PATCH] 19-technical-concepts.md: correct cold startup duration It's 30s since 149f640fd8e9191efcf69a60e8ce83f38101d359. --- doc/19-technical-concepts.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/19-technical-concepts.md b/doc/19-technical-concepts.md index e5d27ec6f..583536864 100644 --- a/doc/19-technical-concepts.md +++ b/doc/19-technical-concepts.md @@ -622,7 +622,8 @@ The algorithm works like this: * Determine whether this instance is assigned to a local zone and endpoint. * Collects all endpoints in this zone if they are connected. -* If there's two endpoints, but only us seeing ourselves and the application start is less than 60 seconds in the past, do nothing (wait for cluster reconnect to take place, grace period). +* If there's two endpoints, but only us seeing ourselves and the application start is less than + 30 seconds in the past, do nothing (wait for cluster reconnect to take place, grace period). * Sort the collected endpoints by name. * Iterate over all config types and their respective objects * Ignore !active objects