fix(matrix): reserve dedupe migration capacity

This commit is contained in:
Benjamin Badejo
2026-07-30 19:45:26 +03:00
committed by Josh Avant
parent 505d7b9f52
commit aa8fbb7f3c
5 changed files with 229 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ export {
importPluginStateEntriesForDoctor as importPluginStateEntriesForDoctorForTests,
resetPluginStateStoreForTests,
} from "../plugin-state/plugin-state-store.js";
export { setMaxPluginStateEntriesPerPluginForTests } from "../plugin-state/plugin-state-store.test-helpers.js";
export { setMaxMemoryHostEventsForTests } from "../memory-host-sdk/event-store.js";
export {
createPluginBlobStoreForTests,