Changement de configuration pour le système anti-spam : intervalle de répétion allongée à 2 minutes
This commit is contained in:
parent
3398c29735
commit
d9f6f02c90
@ -63,8 +63,8 @@ public class ConfigManager {
|
||||
* (antispam, insultes, publicité)
|
||||
*/
|
||||
|
||||
public long ChatAnalysis_timeBeforeResendSameMessage = 30000;// 30 sec
|
||||
public long ChatAnalysis_timeBeforeResendSameCommand = 30000;// 30 sec
|
||||
public long ChatAnalysis_timeBeforeResendSameMessage = 120000;// 2 min
|
||||
public long ChatAnalysis_timeBeforeResendSameCommand = 60000;// 60 sec
|
||||
public long ChatAnalysis_timePerCaracterForNewMessage = 100;// 0.1 sec
|
||||
public int ChatAnalysis_maxViolationLevel = 20;
|
||||
public int ChatAnalysis_nbSecondForOneVLDown = 10;
|
||||
|
Loading…
Reference in New Issue
Block a user