diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-04 07:08:53 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-07-04 07:09:02 +0000 |
| commit | 62a9ea4aaff7f6fdf87a1230f20cc022101f77aa (patch) | |
| tree | 22346598e7df850665c2f22ba7ca12bc5179e1b7 /main/chrony/0002-ntp_sources-decrease-maximum-re-resolving-delay.patch | |
| parent | 7e66bf2685f0a64d5b240ea72e897f5cdb60795e (diff) | |
| download | aports-62a9ea4aaff7f6fdf87a1230f20cc022101f77aa.tar.bz2 aports-62a9ea4aaff7f6fdf87a1230f20cc022101f77aa.tar.xz | |
main/chrony: upgrade to 1.30
Diffstat (limited to 'main/chrony/0002-ntp_sources-decrease-maximum-re-resolving-delay.patch')
| -rw-r--r-- | main/chrony/0002-ntp_sources-decrease-maximum-re-resolving-delay.patch | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/main/chrony/0002-ntp_sources-decrease-maximum-re-resolving-delay.patch b/main/chrony/0002-ntp_sources-decrease-maximum-re-resolving-delay.patch deleted file mode 100644 index 99610563dc..0000000000 --- a/main/chrony/0002-ntp_sources-decrease-maximum-re-resolving-delay.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 895b93933ef885df69ceda763fb3d1616e8e4370 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Timo=20Ter=C3=A4s?= <timo.teras@iki.fi> -Date: Wed, 30 May 2012 16:24:38 +0300 -Subject: [PATCH 2/2] ntp_sources: decrease maximum re-resolving delay - -From approximately an hour to 7.5 minutes. ---- - ntp_sources.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/ntp_sources.c b/ntp_sources.c -index 43a5d91..9c26bda 100644 ---- a/ntp_sources.c -+++ b/ntp_sources.c -@@ -250,7 +250,7 @@ resolve_sources(void *arg) - - if (unresolved_sources) { - /* Try again later */ -- if (resolving_interval < 9) -+ if (resolving_interval < 6) - resolving_interval++; - resolving_id = SCH_AddTimeoutByDelay(7 * (1 << resolving_interval), resolve_sources, NULL); - } else { --- -1.7.10.2 - |
