You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// by default, getReplaneSnapshot will reuse the created client for 60 seconds for fast subsequent calls, the client will be syncing with the server in the background during this time
262
+
keepAliveMs: 60_000,
262
263
});
263
264
```
264
265
265
-
#### `clearSnapshotCache(): Promise<void>`
266
-
267
-
Clears the internal client cache. Useful for testing.
0 commit comments