Skip to content

File size limit hardcoded in smb crawler #31

Description

@runarbu

The smb crawler will not download files larger than 100 Mb ( 104857600 bytes ). This is hardcoded at

if (file_stat.st_size > MAX_FILE_SIZE) {

Maybe have this as an option in src/crawl/crawl.h:struct collectionFormat instead ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions