network.dns option

Talk about code development, features, specific bugs, enhancements, patches, and similar things.
Forum rules
Please keep everything here strictly on-topic.
This board is meant for Pale Moon source code development related subjects only like code snippets, patches, specific bugs, git, the repositories, etc.

This is not for tech support! Please do not post tech support questions in the "Development" board!
Please make sure not to use this board for support questions. Please post issues with specific websites, extensions, etc. in the relevant boards for those topics.

Please keep things on-topic as this forum will be used for reference for Pale Moon development. Expect topics that aren't relevant as such to be moved or deleted.
alex04
Moonbather
Moonbather
Posts: 57
Joined: 2013-09-16, 16:09

network.dns option

Unread post by alex04 » 2015-06-15, 14:50

network.dnsCacheExpirationGracePeriod

FF = 60 PM = 2592000

2592000 = 43200 minutes = 720 hours = 30 days

looks like having this option set to 2592000 is not good https://bugzilla.mozilla.org/show_bug.cgi?id=861273

what is your opinion about this?

alex04
Moonbather
Moonbather
Posts: 57
Joined: 2013-09-16, 16:09

Re: network.dns option

Unread post by alex04 » 2015-06-17, 22:13

nobody has opinion about this?

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35640
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: network.dns option

Unread post by Moonchild » 2015-06-18, 20:51

Pale Moon handles this differently than Firefox.
The grace period is only used for DNS entries that are known but for which there is no new lookup available right away. It allows DNS entries to be cached and the cached entry to be used while a lookup is fired off in the background to get a fresh result. Basically it is meant to guard you from temporary DNS failures immediately interrupting your browsing session.
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

alex04
Moonbather
Moonbather
Posts: 57
Joined: 2013-09-16, 16:09

Re: network.dns option

Unread post by alex04 » 2015-06-19, 21:14

so its ok to leave it on default? ok then :wave:

dark_moon

Re: network.dns option

Unread post by dark_moon » 2015-06-19, 22:07

Yes. Pale Moon comes with good default values. No need to change anything if you doesn't have realy problems.