mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-02-28 21:38:21 +03:00
Don't trim hashes as much
Collisions Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
745d70ced5
commit
833eae3841
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue