Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
cafa2983
Commit
cafa2983
authored
Feb 21, 2017
by
Francesc Guasch
Browse files
[#100] process all requests ( long and short )
parent
eb87175f
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Ravada.pm
View file @
cafa2983
...
...
@@ -653,6 +653,21 @@ sub process_long_requests {
return
$self
->
process_requests
(
$debug
,
$dont_fork
,
1
);
}
=head2 process_all_requests
Process all the requests, long and short
=cut
sub
process_all_requests
{
my
$self
=
shift
;
my
(
$debug
,
$dont_fork
)
=
@_
;
$self
->
process_requests
(
$debug
,
$dont_fork
,
1
,
1
);
}
sub
_domain_working
{
my
$self
=
shift
;
my
(
$id_domain
,
$id_request
)
=
@_
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment