]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - misc/ip-whois-misc.php
IP Whois: Wait a bit longer for a response
[irc/unrealircd/unrealircd-webpanel.git] / misc / ip-whois-misc.php
index 7885c73049a03c62a87c71795d48b565e01ad212..d01342be20b8db5c095ae39915bba31e983e31b8 100644 (file)
@@ -30,7 +30,7 @@ function get_ip_whois_from_server($server , $ip)
        }
                
        // Set the timeout limit for read
-       if (!stream_set_timeout($f , 3))
+       if (!stream_set_timeout($f , 10))
        {
         return Message::Fail("Lookup failed: Connection timed out");
        }