resonance freqency of a cow

This commit is contained in:
ZeroEpoch1969
2019-07-17 12:35:36 -07:00
parent 4a91c8129b
commit c7e0a7a288
18 changed files with 98 additions and 42 deletions

View File

@ -190,9 +190,9 @@ public class Module_schematic extends HTTPDModule
throw new SchematicTransferException("Can't resolve original file name.");
}
if (tempFile.length() > FileUtils.ONE_KB * 64L)
if (tempFile.length() > FileUtils.ONE_MB )
{
throw new SchematicTransferException("Schematic is too big (64kb max).");
throw new SchematicTransferException("Schematic is too big (1mb max).");
}
if (!SCHEMATIC_FILENAME_LC.matcher(origFileName.toLowerCase()).find())