Skip to content

Fix crash while scanning files for changes

Cédric Bellegarde requested to merge ficoos:patch-1 into master

Created by: ficoos

The mtimes collection might not have an entry for said URI and this will cause the file to no be pushed in to the db. This makes sure that if we don't have a past mtime it will be considered as updated

Merge request reports