2011-08-16 Dario Rodriguez <dario.rodriguez@artica.es>

* 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
This commit is contained in:
darode 2011-08-16 11:50:48 +00:00
parent e60d251f61
commit fa7722e54c
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2011-08-16 Dario Rodriguez <dario.rodriguez@artica.es>
* 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 <miguel.dedios@artica.es>
* godmode/reporting/visual_console_builder.editor.js: fixed the warning in

View File

@ -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'),