diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/bancache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bancache.h b/include/bancache.h index 5ce8193b6..b00bcbae5 100644 --- a/include/bancache.h +++ b/include/bancache.h @@ -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 |