mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
fix: update link to unique architecture
This commit is contained in:
parent
abb4829cb9
commit
343887de5c
@ -9,7 +9,7 @@ Welcome to the Unleash documentation. Our goal with our documentation is to guid
|
|||||||
|
|
||||||
One of the most important aspects of the architecture to understand is that feature toggles _are evaluated in a client SDKs_ which runs as part of your application. This makes toggle evaluations super-fast (_we talk nano-seconds_), scalable and resilient against network disturbances. In order to achieve this Unleash compromises a small update-delay when you change your toggle configurations until it is fully propagated to your application (in terms of seconds and is configurable).
|
One of the most important aspects of the architecture to understand is that feature toggles _are evaluated in a client SDKs_ which runs as part of your application. This makes toggle evaluations super-fast (_we talk nano-seconds_), scalable and resilient against network disturbances. In order to achieve this Unleash compromises a small update-delay when you change your toggle configurations until it is fully propagated to your application (in terms of seconds and is configurable).
|
||||||
|
|
||||||
If you want more details you cam read about [our unique architecture](https://www.unleash-hosted.com/articles/our-unique-architecture).
|
If you want more details you cam read about [our unique architecture](https://www.getunleash.io/blog/our-unique-architecture).
|
||||||
|
|
||||||
### Unleash Server {#unleash-server}
|
### Unleash Server {#unleash-server}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user