From 704890c0dd0e070f9e85a4d7049b295e4b5b92af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Maldonado=20S=C3=A1nchez?= Date: Fri, 20 Jan 2023 19:56:04 +0100 Subject: [PATCH] =?UTF-8?q?Falt=C3=B3=20este=20archivo=20con=20algunos=20d?= =?UTF-8?q?etalles?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- testML/S4i_SimularCruces.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/testML/S4i_SimularCruces.cs b/testML/S4i_SimularCruces.cs index efeeacd..40b3f3a 100644 --- a/testML/S4i_SimularCruces.cs +++ b/testML/S4i_SimularCruces.cs @@ -89,8 +89,10 @@ namespace testML.S4i_Simulador using (var db = new SQLiteConnector(outputDB)) { - db.Execute("PRAGMA journal_mode=wal"); - db.Execute("PRAGMA wal_autocheckpoint=1000;"); + db.Execute("PRAGMA journal_mode = MEMORY;"); + db.Execute("PRAGMA wal_autocheckpoint = 1000;"); + db.Execute("PRAGMA synchronous = OFF;"); + db.Execute("VACUUM"); #region Crear tabla de los individuos