diff --git a/ycdl/constants.py b/ycdl/constants.py index 7162be0..42ea863 100644 --- a/ycdl/constants.py +++ b/ycdl/constants.py @@ -6,7 +6,6 @@ PRAGMA user_version = {DATABASE_VERSION}; ''' DB_PRAGMAS = f''' -PRAGMA count_changes = OFF; PRAGMA cache_size = 10000; '''