Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
352a0423
Commit
352a0423
authored
Mar 01, 2019
by
JoeWrightss
Committed by
Miek Gieben
Mar 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some misspells in comment (#2634)
Signed-off-by:
zhoulin xie
<
zhoulin.xie@daocloud.io
>
parent
7ffa4f19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
plugin/file/reload.go
plugin/file/reload.go
+1
-1
plugin/proxy/README.md
plugin/proxy/README.md
+1
-1
No files found.
plugin/file/reload.go
View file @
352a0423
...
@@ -8,7 +8,7 @@ import (
...
@@ -8,7 +8,7 @@ import (
// TickTime is clock resolution. By default ticks every second. Handler checks if reloadInterval has been reached on every tick.
// TickTime is clock resolution. By default ticks every second. Handler checks if reloadInterval has been reached on every tick.
var
TickTime
=
1
*
time
.
Second
var
TickTime
=
1
*
time
.
Second
// Reload reloads a zone when it is changed on disk. If z.NoR
o
load is true, no reloading will be done.
// Reload reloads a zone when it is changed on disk. If z.NoR
e
load is true, no reloading will be done.
func
(
z
*
Zone
)
Reload
()
error
{
func
(
z
*
Zone
)
Reload
()
error
{
if
z
.
ReloadInterval
==
0
{
if
z
.
ReloadInterval
==
0
{
return
nil
return
nil
...
...
plugin/proxy/README.md
View file @
352a0423
...
@@ -69,7 +69,7 @@ There are four load-balancing policies available:
...
@@ -69,7 +69,7 @@ There are four load-balancing policies available:
All polices implement randomly spraying packets to backend hosts when
*no healthy*
hosts are
All polices implement randomly spraying packets to backend hosts when
*no healthy*
hosts are
available. This is to pree
e
mpt the case where the healthchecking (as a mechanism) fails.
available. This is to preempt the case where the healthchecking (as a mechanism) fails.
## Upstream Protocols
## Upstream Protocols
...
...
Write
Preview
Markdown
is supported
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