Skip to content

Commit

Permalink
docs: two modes
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Oct 17, 2024
1 parent 99154e9 commit 0307df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ export default async function Page() {
}
```

If your Next application resolves flags only in SSR mode and `setInterval` is supported then you may consider using [Node.js SDK](https://github.com/Unleash/unleash-client-node) instead, which handles the `setInterval` calls under the hood.
If your Next application resolves flags only in SSR mode and `setInterval` is supported then you may also consider using [Node.js SDK](https://github.com/Unleash/unleash-client-node) instead, which handles the `setInterval` calls under the hood.
Check [this blog post](https://docs.getunleash.io/feature-flag-tutorials/serverless/lambda) for more information on short-running lambdas that still support `setInterval`.


Expand Down

0 comments on commit 0307df5

Please sign in to comment.