"Aaron Schulz" changed the status of MediaWiki.r111528 to "ok"
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/111528

Old status:  new
New status: ok

Commit summary for MediaWiki.r111528:

add trailing dot to domains

>From r111391 CR, we should keep the trailing dot:

When running generate, those entries are passed to gethostbynamel() which
attempts a DNS resolution. Without the trailing dot, each DNS entry will have
a search suffix appended and another DNS query will be made for each of those
suffix (see /etc/resolv.conf).
So the trailing dot save a lot of DNS queries and makes generate faster :-)

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to