mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
reduce map spam block time
This commit is contained in:
@@ -915,7 +915,7 @@ namespace OpenSim.Region.CoreModules.World.WorldMap
|
||||
}
|
||||
|
||||
|
||||
private const double SPAMBLOCKTIMEms = 300000; // 5 minutes
|
||||
private const double SPAMBLOCKTIMEms = 30000;
|
||||
private Dictionary<UUID,double> spamBlocked = new Dictionary<UUID,double>();
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user