Skip to content

Commit

Permalink
Update deploying.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spacesailor24 authored Oct 19, 2024
1 parent 2abfce0 commit 83db336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdk/serverless-signing/deploying.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In order for the Lit nodes to be able to run your Lit Action, they need access t

Before diving into the approaches for deploying a Lit Action, it's important to understand the constraints that in place to prevent malicious parties from performing DoS attacks, and the over consumption of resources on the Lit nodes. The following are the time and size constraints that are imposed on Lit Actions:

- A `30 second` time limit
- A `30 second` time limit on the Datil and Datil-test network, and a `60 second` time limit on Datil-dev.
- A max size of `100MB`
- Code minifiers can help address code size issues
- Memory usage (RAM) of `256MB`
Expand Down

0 comments on commit 83db336

Please sign in to comment.