Skip to content

Random Database Errors #2

@bannsec

Description

@bannsec

Getting random database errors when leaving the analysis module going. Some research is showing that this is due to how sqlite by default will journal using "delete" mode, which will rebuild the sqlite file after every update (which happens often).

Should be able to switch this to WAL mode to fix this problem.

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