this repo has no description

firehose_manager.py: WAL checkpoint RESTART

+1 -1
+1 -1
firehose_manager.py
··· 27 27 dict(value=value) 28 28 ) 29 29 30 - self.db_cnx.pragma('wal_checkpoint(TRUNCATE)') 30 + self.db_cnx.pragma('wal_checkpoint(RESTART)')