Skip to content

Commit

Permalink
Merge branch 'main' into lin-statsig-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
lin-statsig authored Sep 6, 2024
2 parents e9dc28a + 6296aa3 commit d58d0a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/console-api/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ All requests must include the **STATSIG-API-KEY** field in the header. The value

## Rate Limiting

Requests to the Console API are limited to ~ 100reqs / 10secs and ~ 900reqs / 15 mins.
Mutation requests (POST/PATCH/PUT/DELETE) to the Console API are limited to ~ 100reqs / 10secs and ~ 900reqs / 15 mins.
2 changes: 1 addition & 1 deletion docs/layers/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Once you create a layer, you'll be able to manage them on the layer management t

In addition to that, **Layers are key to improving engineering efficiency and iteration velocity** for product teams. In a Layer, parameters exist at the Layer level, and can be shared across experiments within the Layer. Due to this characteristic, we can abstract the concept of "Experiment" away from the SDKs so that users only need to deal with parameters in code, which makes it super easy to run multiple experiments that change the same thing and iterate on the same experiment without any code changes.

Let's say your product has an important sign up dialog, which contains some text that your team runs a lot of tests on, some of which were ran in parallel, and some were iterations of previous experiments. If you work with Experiments directly, your code will look like this over time:
Let's say your product has an important signup dialog, which contains some text that your team runs a lot of tests on, some of which were run in parallel, and some were iterations of previous experiments. If you work with Experiments directly, your code will look like this over time:

```jsx
let signUpText = DEFAULT_SIGNUP_TEXT;
Expand Down

0 comments on commit d58d0a8

Please sign in to comment.