aboutsummaryrefslogtreecommitdiff
path: root/data/masterserver-config.pl
diff options
context:
space:
mode:
authorDarkelarious <darkelarious@333networks.com>2015-02-10 18:22:08 +0100
committerDarkelarious <darkelarious@333networks.com>2015-02-10 18:22:08 +0100
commite0ada80f8582cf3b28e70b8f18de10aa505159ae (patch)
tree2b018677902d0d603bd1feb076153f6e7c68d75e /data/masterserver-config.pl
parent5057ec47aa9a1702b2483e0a0b3ba325bb0b7abb (diff)
downloadMasterServer-Perl-e0ada80f8582cf3b28e70b8f18de10aa505159ae.tar.gz
MasterServer-Perl-e0ada80f8582cf3b28e70b8f18de10aa505159ae.zip
Postgresql beacon receiving procedure complete and working
Diffstat (limited to 'data/masterserver-config.pl')
-rwxr-xr-xdata/masterserver-config.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/masterserver-config.pl b/data/masterserver-config.pl
index f6e0ad7..d9f29c9 100755
--- a/data/masterserver-config.pl
+++ b/data/masterserver-config.pl
@@ -54,7 +54,7 @@ our %S = (
printlog => 1,
# which messages do you NOT want to see in the logs (and screen)?
- suppress => " module debug ",
+ suppress => "debug_spam load hostname udp update add remove",
################################################################################
# Network settings #
@@ -81,8 +81,8 @@ our %S = (
# Disable checks, all games pass as validated. (0=validate, 1=allow all)
debug_validate => 0,
- # accept only servers that pass the secure/validate challenge
- require_secure_beacons => 0,
+ # accept only servers that pass the secure/validate challenge, takes longer
+ require_secure_beacons => 1,
# ignore keys from games that use multiple keys or do not support keys at all
ignore_beacon_key => "deusex ut",
@@ -109,7 +109,7 @@ our %S = (
# "info". Execute at least twice per hour, to avoid time-outs in own data.
# disabling may break support for certain games.
beacon_checker_enabled => 1,
- beacon_checker_time => [80, 0.25, 1800],
+ beacon_checker_time => [80, 0.5, 1800],
# Collect server information for the 333networks main site. Identical
# mechanism as the Beacon Checker. Disable when not interested in UT info.