mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[GH-ISSUE #129] nameserver with 2500+ records takes a while for loading in nsedit. #79
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#79
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?
Originally created by @vandalon on GitHub (Oct 18, 2016).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/129
When using nsedit on a pdns server with 2500+ domains and 40K+ records nsedit needs more then a minute to load. Probably because nsedit loads all zones and records at once :)
@tuxis-ie commented on GitHub (Nov 3, 2016):
I know there has been progress on this, outside nsedit. Can you share the update?
@vandalon commented on GitHub (Nov 3, 2016):
There has been a change in the API-code within pdns which fixes this issues. But this is not (yet) in production. Furthermore this change in the api disables dns-sec checking when listing all zones.