add note about local confir read code

This commit is contained in:
Ruslan Talpa
2025-06-30 16:12:04 +03:00
parent a9bbe7b00b
commit bf0007fa96

View File

@@ -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)]