From bf0007fa969efba8afefbcf1de7e3b0c79cfcea9 Mon Sep 17 00:00:00 2001 From: Ruslan Talpa Date: Mon, 30 Jun 2025 16:12:04 +0300 Subject: [PATCH] add note about local confir read code --- proxy/src/binary/proxy.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proxy/src/binary/proxy.rs b/proxy/src/binary/proxy.rs index c595303b19..9255b6fdb8 100644 --- a/proxy/src/binary/proxy.rs +++ b/proxy/src/binary/proxy.rs @@ -975,6 +975,8 @@ async fn configure_redis( Ok((regional_redis_client, redis_notifications_client)) } + +// TODO: move this to a common place (the exact same code is used in local_proxy.rs) #[derive(Error, Debug)] enum RefreshConfigError { #[error(transparent)]