Skip to content

Commit e63add1

Browse files
committed
fix: register retry with Map + resetRegistration clear (#448)
1 parent d22dc11 commit e63add1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,6 +2117,9 @@ const memoryLanceDBProPlugin = {
21172117
}
21182118
);
21192119

2120+
// Mark as successfully initialized - only called after all init completes
2121+
_registeredApis.set(api, true);
2122+
21202123
// Auto-compaction at gateway_start (if enabled, respects cooldown)
21212124
if (config.memoryCompaction?.enabled) {
21222125
api.on("gateway_start", () => {

0 commit comments

Comments
 (0)