mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[GH-ISSUE #117] DPS loading config.json multiple times to execute one single action #48
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#48
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 @mageddo on GitHub (Apr 4, 2019).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/117
For some reason DPS logs say it is loading config.json multiple times to solve a unique DNS record.
What is expected
DPS load config.json the mininum of times as possible
What is happening
It seems DPS is loading config.json multiple times
Steps to reproduce
log.txt
@mageddo commented on GitHub (Apr 6, 2019):
Dps is loading multiple times because it's really necessary, the point is the config.json have not a cache.
Develop a cache for the config file is necessary, this way we can reduce disk usage
@mageddo commented on GitHub (Mar 16, 2023):
Fixed #267