feat(server): add tracing spans and caching to archive and blame services
- Add tracing spans with repo labels for archive and blame operations - Implement caching for archive list entries when using OID selectors - Implement caching for blame operations when using OID selectors - Add detailed
This commit is contained in:
Generated
+1
@@ -503,6 +503,7 @@ dependencies = [
|
||||
name = "gitks"
|
||||
version = "1.0.0"
|
||||
dependencies = [
|
||||
"clru",
|
||||
"dotenvy",
|
||||
"duct",
|
||||
"gix",
|
||||
|
||||
Reference in New Issue
Block a user