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:
parent
4db722e410
commit
6b3d2ed37c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module Fog
|
|||
region_hash[key] = {
|
||||
:buckets => {},
|
||||
:limits => {
|
||||
:duplicate_domains => rand(5)
|
||||
:duplicate_domains => 5
|
||||
},
|
||||
:zones => {}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue