1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

use hard-coded sample value to eliminate randomness

This commit is contained in:
Bulat Shakirzyanov 2012-06-07 15:11:05 -07:00
parent 4db722e410
commit 6b3d2ed37c

View file

@ -31,7 +31,7 @@ module Fog
region_hash[key] = {
:buckets => {},
:limits => {
:duplicate_domains => rand(5)
:duplicate_domains => 5
},
:zones => {}
}