Don't trim hashes as much

Collisions

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2022-12-15 06:39:03 -05:00
parent 745d70ced5
commit 833eae3841

View file

@ -39,7 +39,7 @@ class Utils {
public final static int MAX_SCAN_SIZE_REALTIME = MAX_SCAN_SIZE / 2; //40MB
public final static String DATABASE_URL_DEFAULT = "https://divested.dev/MalwareScannerSignatures/";
public final static int MAX_HASH_LENGTH = 8;
public final static int MAX_HASH_LENGTH = 10;
public static final AtomicInteger FILES_SCANNED = new AtomicInteger();
private static ThreadPoolExecutor threadPoolExecutor = null;