mirror of
https://github.com/abh/ntppool.git
synced 2026-04-26 03:55:52 +03:00
[PR #168] [MERGED] Add all servers to non-numbered zones #205
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntppool#205
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/abh/ntppool/pull/168
Author: @mlichvar
Created: 4/10/2019
Status: ✅ Merged
Merged: 4/10/2019
Merged by: @abh
Base:
master← Head:duplicate-sntp📝 Commits (1)
87c3a7fAdd all servers to non-numbered zones📊 Changes
1 file changed (+8 additions, -1 deletions)
View changed files
📝
lib/NP/Model/DnsRoot.pm(+8 -1)📄 Description
Instead of splitting servers between non-numbered SNTP and numbered NTP
zones, always duplicate all servers in the SNTP zones. This should
stabilize the rate of requests that servers get as the SNTP zones will
have more servers and they will not be switching between SNTP and NTP
zone.
I'm not sure how much it would actually stabilize the request rate as I don't have my own pool to test it :). It would be an interesting experiment.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.