We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d22dc11 commit e63add1Copy full SHA for e63add1
1 file changed
index.ts
@@ -2117,6 +2117,9 @@ const memoryLanceDBProPlugin = {
2117
}
2118
);
2119
2120
+ // Mark as successfully initialized - only called after all init completes
2121
+ _registeredApis.set(api, true);
2122
+
2123
// Auto-compaction at gateway_start (if enabled, respects cooldown)
2124
if (config.memoryCompaction?.enabled) {
2125
api.on("gateway_start", () => {
0 commit comments