# HG changeset patch # User Ruslan Ermilov # Date 1332917587 0 # Node ID 74736c333906ae9cf5e193bf4facf557654bef23 # Parent c0bd33801c8c1fe1e347293401e53b006125dc92 Corrected boundaries of the example ranges. diff -r c0bd33801c8c -r 74736c333906 xml/en/docs/http/ngx_http_split_clients_module.xml --- a/xml/en/docs/http/ngx_http_split_clients_module.xml Wed Mar 28 06:51:14 2012 +0000 +++ b/xml/en/docs/http/ngx_http_split_clients_module.xml Wed Mar 28 06:53:07 2012 +0000 @@ -55,12 +55,12 @@ } The value of the original string is hashed using MurmurHash2. -In the example given, hash values from 0 to 21474836 (0.5%) +In the example given, hash values from 0 to 21474835 (0.5%) correspond to the $variant variable taking the value ".one", -hash values from 21474837 to 107374182 (2%) correspond to +hash values from 21474836 to 107374180 (2%) correspond to the value ".two", -and hash values from 107374183 to 4294967297 correspond to +and hash values from 107374181 to 4294967295 correspond to the value "". diff -r c0bd33801c8c -r 74736c333906 xml/ru/docs/http/ngx_http_split_clients_module.xml --- a/xml/ru/docs/http/ngx_http_split_clients_module.xml Wed Mar 28 06:51:14 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_split_clients_module.xml Wed Mar 28 06:53:07 2012 +0000 @@ -55,10 +55,10 @@ } Значение исходной строки хэшируется с помощью MurmurHash2. -В приведённом примере при значениях хэша от 0 до 21474836 (0.5%) +В приведённом примере при значениях хэша от 0 до 21474835 (0.5%) переменная $variant получит значение ".one". -При значениях хэша от 21474837 до 107374182 (2%) — ".two". -И при значениях хэша от 107374183 до 4294967297 — "". +При значениях хэша от 21474836 до 107374180 (2%) — ".two". +И при значениях хэша от 107374181 до 4294967295 — "".