Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
George Kadianakis
Tor
Commits
30a97d9b
Commit
30a97d9b
authored
Jul 20, 2021
by
George Kadianakis
Browse files
Increase frequency of vg-lite callback to 15 minutes
parent
5949a70b
Pipeline
#9636
passed with stage
in 16 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core/mainloop/mainloop.c
View file @
30a97d9b
...
...
@@ -1668,14 +1668,14 @@ mainloop_schedule_shutdown(int delay_sec)
}
/**
* Update vanguards-lite layer2 nodes, once
per hour
* Update vanguards-lite layer2 nodes, once
every 15 minutes
*/
static
int
manage_vglite_callback
(
time_t
now
,
const
or_options_t
*
options
)
{
(
void
)
now
;
(
void
)
options
;
#define VANGUARDS_LITE_INTERVAL (
60
*60)
#define VANGUARDS_LITE_INTERVAL (
15
*60)
maintain_layer2_guards
();
...
...
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