From fa7722e54c1f24f4dbbb7bbf62a72b4ba4b93f7c Mon Sep 17 00:00:00 2001 From: darode Date: Tue, 16 Aug 2011 11:50:48 +0000 Subject: [PATCH] 2011-08-16 Dario Rodriguez * pandoradb_data.sql: Changed days_compact field of tconfig to 90. This value set to disable db compact feature by default because is greater than days_purge (60 days). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4738 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/pandoradb_data.sql | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index ef506ebf00..f23af11d47 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2011-08-16 Dario Rodriguez + + * pandoradb_data.sql: Changed days_compact field of tconfig to 90. + This value set to disable db compact feature by default because is + greater than days_purge (60 days). + 2011-08-16 Miguel de Dios * godmode/reporting/visual_console_builder.editor.js: fixed the warning in diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index 13c556da9a..f3b5806254 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -44,7 +44,7 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES ('block_size','20'), ('days_purge','60'), ('days_delete_unknown','0'), -('days_compact','15'), +('days_compact','90'), ('graph_res','5'), ('step_compact','1'), ('db_scheme_version','4.0RC1'),