Added home page dashboard, added embedding cache size estimation and front-end label, added individual health check routes
This commit is contained in:
@@ -101,7 +101,7 @@ public struct SearchdomainSettings(bool cacheReconciliation = false)
|
||||
public bool CacheReconciliation { get; set; } = cacheReconciliation;
|
||||
}
|
||||
|
||||
internal static class MemorySizes
|
||||
public static class MemorySizes
|
||||
{
|
||||
public static readonly int PointerSize = IntPtr.Size;
|
||||
public static readonly int ObjectHeader = PointerSize * 2;
|
||||
|
||||
Reference in New Issue
Block a user