Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PowerDNS Load Balancing Nameserver
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sunet-systems
PowerDNS Load Balancing Nameserver
Commits
08bb0edd
"README.md" did not exist on "54f04871e0d701c1fd899ca68200651050f8a5f8"
Commit
08bb0edd
authored
5 years ago
by
Rob Riepel
Browse files
Options
Downloads
Patches
Plain Diff
Provide a way to disable periodic configuration file reread.
parent
ce255fe6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
poller
+3
-3
3 additions, 3 deletions
poller
with
3 additions
and
3 deletions
poller
+
3
−
3
View file @
08bb0edd
...
...
@@ -50,7 +50,7 @@ while (1) {
}
# set flags to cause a config reload every reload interval
catch_hup
()
unless
++
$do_reload_every%$reload_interval
;
catch_hup
()
unless
!
$reload_interval
or
++
$do_reload_every%$reload_interval
;
do_maint
()
if
(
$need_maint
);
...
...
@@ -255,8 +255,8 @@ so be sure to include a trailing slash if it is.
=item B<-r> I<count>
Re
-
read the configuration file after every I<count> polls of the systems.
The default value is 10.
Reread the configuration file after every I<count> polls of the systems.
The default value is 10.
A value of zero disables the reread feature.
=item B<-s>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment