feat(server): durable log reads, changes feed, and watermarked snapshots (#34962)
This commit is contained in:
parent
33705e632a
commit
bc2e270f82
28 changed files with 1402 additions and 1605 deletions
|
|
@ -869,7 +869,7 @@ export const { use: useData, provider: DataProvider } = createSimpleContext({
|
|||
setStore(
|
||||
"session",
|
||||
"status",
|
||||
Object.fromEntries(Object.keys(active).map((sessionID) => [sessionID, "running" as const])),
|
||||
Object.fromEntries(Object.keys(active.data).map((sessionID) => [sessionID, "running" as const])),
|
||||
),
|
||||
),
|
||||
result.location.refresh(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue