jackpenman123

Results 2 issues of jackpenman123

**Describe the bug** when indexing a folder with over a million files in it we appear to be getting a timeout error java.lang.RuntimeException: Request execution cancelled Is there anyway we...

bug

on versions of crawler before 2.7 the method generateIdFromFilename contained the following code: ` private String generateIdFromFilename(String filename, String filepath) throws NoSuchAlgorithmException { return fsSettings.getFs().isFilenameAsId() ? filename : SignTool.sign((new File(filepath,...

check_for_bug