[code-watcher] double the trigger criterias

This commit is contained in:
Andriy
2022-06-14 11:23:02 +03:00
parent 2bffddd57c
commit afb942a33a
+1 -1
View File
@@ -34,7 +34,7 @@ public class Handler : BotEventHandler
.SplitToLines()
.ToList();
if (entityLines.Count >= 10 || entityLines.Any(line => line.Length > 80))
if (entityLines.Count >= 20 || entityLines.Any(line => line.Length > 160))
{
await DeleteAndNotifyAsync(message);
return;