diff --git a/TShockAPI/ConfigFile.cs b/TShockAPI/ConfigFile.cs
index fb920732..bda097c3 100644
--- a/TShockAPI/ConfigFile.cs
+++ b/TShockAPI/ConfigFile.cs
@@ -275,11 +275,11 @@ namespace TShockAPI
/// Disables a player and reverts their actions if this number of tile places is exceeded within 1 second.
[Description("Disables a player and reverts their actions if this number of tile places is exceeded within 1 second.")]
- public int TilePlaceThreshold = 20;
+ public int TilePlaceThreshold = 32;
/// Disables a player if this number of liquid sets is exceeded within 1 second.
[Description("Disables a player if this number of liquid sets is exceeded within 1 second.")]
- public int TileLiquidThreshold = 15;
+ public int TileLiquidThreshold = 50;
/// Disable a player if this number of projectiles is created within 1 second.
[Description("Disable a player if this number of projectiles is created within 1 second.")]