Avoid DNS timeouts by using host and cache if available

This commit is contained in:
Savetheinternet
2011-12-03 11:52:31 +11:00
parent 3979d9a740
commit dbe3302987
3 changed files with 29 additions and 1 deletions

View File

@@ -75,6 +75,10 @@
// Use syslog() for logging all error messages and unauthorized login attempts.
$config['syslog'] = false;
// Use `host` via shell_exec() to lookup hostnames, avoiding query timeouts. May not work on your system.
// Requires safe_mode to be disabled.
$config['dns_system'] = false;
/*
* ====================
* Database settings