5c9950e Remove the lock when we read or move the sqlite files.

Authored and Committed by cverna 4 years ago
    Remove the lock when we read or move the sqlite files.
    
    Since the cronjob never writes on the sqlite files that
    are used by the web server we don't need to protect these.
    The cronjob moving the file should be safe and at worst
    could result in a request failing during the move.
    
    Fixes #85
    
    Signed-off-by: Clement Verna <cverna@tutanota.com>
    
        
file modified
+1 -1
file modified
+1 -3
file modified
+52 -57