Skip to content

Commit

Permalink
Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyxion committed Apr 8, 2024
1 parent edca313 commit 6e85268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/documentation/content/storage_documentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- `app.storage.client`:
Also stored server-side in memory, this dictionary is unique to each client connection and can hold arbitrary
objects. Data will be discarded when the page is reloaded or the user navigates to another page.
Unlike data stored in `app.storage.tab` which can be persisted on the server even for days,
Unlike data stored in `app.storage.tab` which can be persisted on the server even for days,
`app.storage.client` helps caching resource-hungry objects such as a streaming or database connection you
need to keep alive for dynamic site updates but would like to discard as soon as the user leaves the page or
closes the browser. This storage is only available within [page builder functions](/documentation/page).
Expand Down

0 comments on commit 6e85268

Please sign in to comment.