mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Decreased probabilty of failed domain name
This commit is contained in:
parent
58176b3cfa
commit
d05e39a9bd
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ module Epp
|
|||
end
|
||||
|
||||
def next_domain_name
|
||||
"example#{rand(100000000)}.ee"
|
||||
"example#{rand(100_000_000_000_000_000)}.ee"
|
||||
end
|
||||
|
||||
### REQUEST TEMPLATES ###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue