From: sirvulcan Date: Tue, 8 Aug 2006 15:37:17 +0000 (+0000) Subject: tweaked the summary for geoip in the conf X-Git-Tag: 1.9~466 X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/commitdiff_plain/01a5e8c831ed6de3b1921976796a7a436ab0b75d?ds=sidebyside tweaked the summary for geoip in the conf --- diff --git a/ChangeLog b/ChangeLog index dd59388..ecf8e0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ /*********************************************************************** X3 ChangeLog +2006-08-09 Neil Spierling + + * x3.conf.example: Redid part of the geoip summary. + 2006-08-09 Neil Spierling * src/opserv.c: If we have a city, latitude and longitude returned diff --git a/x3.conf.example b/x3.conf.example index 61fd7f4..13997a4 100644 --- a/x3.conf.example +++ b/x3.conf.example @@ -331,8 +331,8 @@ // X3 will need a recompile once you install the c api. If there is a // GeoIP City Data file then the GeoIP data file will be ignored. However // bear in mind that the city data file is a lot larger than the plain - // country data file so it does eat more cpu. The city dat file is ~25mb - // compared to the country file being ~900KB. Choose carefully. + // country data file so does take a bit longer to query. If you are + // expieriencing ping timeouts you may need to tweak X3's I:line. "geoip_data_file" "./GeoIP.dat"; "geoip_city_data_file" "";