Add TODO comment for migration to typedtree

This commit is contained in:
Arthur Carcano
2026-06-23 18:35:35 +02:00
committed by Alex
parent b277d49ad6
commit 4133476ec9
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -84,6 +84,7 @@ pub struct K2VRpcHandler {
// Using a mutex on the local_timestamp_tree is not strictly necessary,
// but it helps to not try to do several inserts at the same time,
// which would create transaction conflicts and force many useless retries.
// TODO: migrate to TypedTree
local_timestamp_tree: Mutex<db::Tree>,
endpoint: Arc<Endpoint<K2VRpc, Self>>,