Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
7d113405
Commit
7d113405
authored
Jun 17, 2016
by
Leigh B Stoller
Browse files
Kill the periodic download of the openstack stats, We are going to get them
on demand.
parent
faab2f8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
apt/apt_daemon.in
View file @
7d113405
...
...
@@ -597,7 +597,7 @@ while (1) {
ReportLockdownExpired
();
$reportcounter
=
0
;
}
if
(
$reportcounter
>=
$OPENSTACK_INTERVAL
)
{
if
(
0
&&
$reportcounter
>=
$OPENSTACK_INTERVAL
)
{
GatherOpenstackUtilization
();
$reportcounter
=
0
;
}
...
...
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