From 302fb0642dc15735333fc847be00a46f230edf6f Mon Sep 17 00:00:00 2001 From: Dmitry Popov Date: Sat, 13 Sep 2025 11:24:11 +0200 Subject: [PATCH] chore: update connection time values --- lib/wanderer_app/api/map_connection.ex | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/wanderer_app/api/map_connection.ex b/lib/wanderer_app/api/map_connection.ex index 2d3a1254..5b3f078b 100644 --- a/lib/wanderer_app/api/map_connection.ex +++ b/lib/wanderer_app/api/map_connection.ex @@ -147,8 +147,13 @@ defmodule WandererApp.Api.MapConnection do allow_nil?(true) end - # where 0 - normal - # where 1 - end of life + # 0 - normal (env settings) + # 1 - EOL 1h + # 2 - EOL 4h + # 3 - EOL 4.5h + # 4 - EOL 16h + # 5 - EOL 24h + # 6 - EOL 48h attribute :time_status, :integer do default(0)