Commit 1b176b3a authored by Dmitry Shelepnev's avatar Dmitry Shelepnev
Browse files

set autocommit = false in scanall

parent 6267e798
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ class opdsScanner:
        self.zip_file = None
        self.rel_path = None     
        
        opdsdb.set_autocommit(not settings.SINGLE_COMMIT)    
        opdsdb.set_autocommit(False)    
              
        opdsdb.avail_check_prepare()