]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Make default bancache time one day. This may seem long, but as XLines expire, so...
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 16 Jan 2008 21:45:50 +0000 (21:45 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 16 Jan 2008 21:45:50 +0000 (21:45 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8724 e03df62e-2008-0410-955e-edbf42e46eb7

include/bancache.h

index 5ce8193b6d4a4796cc2f98bcb79f1dc7a5e9f28b..b00bcbae562a06b888ff6026f14f2c6a2fcdafd8 100644 (file)
@@ -32,7 +32,7 @@ class CoreExport BanCacheHit : public classbase
                this->Type = type;
                this->Reason = reason;
                this->IP = ip;
-               this->Expiry = time(NULL) + 60; // XXX changeme
+               this->Expiry = time(NULL) + 86400; // a day. this might seem long, but entries will be removed as glines/etc expire.
        }
 
        // overridden to allow custom time