diff options
Diffstat (limited to 'plugin/file/secondary.go')
-rw-r--r-- | plugin/file/secondary.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/file/secondary.go b/plugin/file/secondary.go index 160d8e013..932916bb3 100644 --- a/plugin/file/secondary.go +++ b/plugin/file/secondary.go @@ -183,7 +183,6 @@ Restart: retryTicker.Stop() expireTicker.Stop() goto Restart - } } } @@ -192,7 +191,6 @@ Restart: func jitter(n int) time.Duration { r := rand.Intn(n) return time.Duration(r) * time.Millisecond - } // MaxSerialIncrement is the maximum difference between two serial numbers. If the difference between |