reduce map spam block time

This commit is contained in:
UbitUmarov
2021-09-02 05:01:33 +01:00
parent f5e0459e08
commit 58df13587f

View File

@@ -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>