1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Update activation-strategies.md

This commit is contained in:
Ivar Conradi Østhus 2017-11-16 15:58:09 +01:00
parent 320ce4d6f1
commit 7e54b54b0d

View File

@ -26,6 +26,9 @@ value to a number between 1 and 100 with a simple modulo operator.
![hash_and_normalise](assets/hash_and_normalise.png) ![hash_and_normalise](assets/hash_and_normalise.png)
Starting from v3.x all clients should use the 32bit Murmur-hash algorithm to normalize values.
([issue 247](https://github.com/Unleash/unleash/issues/247))
**Parameters** **Parameters**
- percentage - *The percentage (0-100) you want to enable to feature toggle for.* - percentage - *The percentage (0-100) you want to enable to feature toggle for.*
- groupId - *Used to define a activation groups, which allows you to correlate across feature toggles.* - groupId - *Used to define a activation groups, which allows you to correlate across feature toggles.*