Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zonemaster
zonemaster-backend
Commits
646fc42f
Commit
646fc42f
authored
Sep 23, 2021
by
Gaël Berthaud-Müller
Committed by
Alexandre
Dec 21, 2021
Browse files
decrease sleep in on_wait
parent
4558525c
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/Zonemaster/Backend/Config.pm
View file @
646fc42f
...
...
@@ -744,7 +744,7 @@ sub new_PM {
}
}
},
1
0.125
);
$pm
->
run_on_start
(
...
...
lib/Zonemaster/Backend/TestAgent.pm
View file @
646fc42f
...
...
@@ -89,7 +89,7 @@ sub run {
# used for progress indicator
my
(
$previous_module
,
$previous_method
)
=
(
'',
''
);
#my $callback_duration = 0;
my
@entries
;
#
my @entries;
# Callback defined here so it closes over the setup above.
# Zonemaster::Engine->logger->callback(
...
...
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