Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions snaps/reference/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ Specify this permission in the manifest file as follows:

### endowment:long-running

:::caution
`endowment:long-running` is deprecated.
:::

A snap that is computationally heavy and can't finish execution within the
[snap lifecycle requirements](../concepts/lifecycle.md) must request the `endowment:long-running` permission.
This permission allows the snap to run indefinitely while processing RPC requests.
Expand Down