mirror of
https://github.com/abh/geodns.git
synced 2026-04-27 03:45:53 +03:00
[PR #77] [CLOSED] Move last read out of zone #266
Labels
No labels
bug
bug
enhancement
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/geodns#266
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/geodns/pull/77
Author: @abligh
Created: 8/31/2015
Status: ❌ Closed
Base:
master← Head:move-last-read-out-of-zone📝 Commits (2)
75f2193Fix race referencing config9ea0491Move last modified time out of zone📊 Changes
8 files changed (+47 additions, -17 deletions)
View changed files
📝
config.go(+23 -1)📝
geodns.go(+2 -2)📝
geoip.go(+3 -2)📝
stathat.go(+7 -7)📝
zone.go(+0 -2)📝
zone_test.go(+4 -1)📝
zones.go(+6 -2)📝
zones_test.go(+2 -0)📄 Description
Only load zones when they parse correctly, but record the modify time whenever we try to parse them. This fixes the issue of constantly trying to reparse broken zones.
Discussed under pull request #69
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.