mirror of
https://github.com/internetee/registry.git
synced 2025-05-19 02:39:37 +02:00
Merge branch 'master' into alpha
This commit is contained in:
commit
13f4809e0a
1 changed files with 4 additions and 0 deletions
|
@ -93,6 +93,10 @@ class EppController < ApplicationController
|
|||
|
||||
@errors.uniq!
|
||||
|
||||
# Requested by client, ticket #2688
|
||||
# Known issues: error request is exactly 1 second slower and server can handle less load
|
||||
sleep 1 if !Rails.env.test? || !Rails.env.development?
|
||||
|
||||
render_epp_response '/epp/error'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue