Increase max_db_entries to make DB hold data for a consistent time

Change-Id: I13e41e4dbc93be05562db951cf7f534d7620493f
This commit is contained in:
Sawan Choudhary 2019-10-23 16:29:22 +05:30
parent 224ed6d861
commit d13bb14f28
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ sql_opts = [
default='InnoDB',
help='MySQL engine to use.'),
cfg.IntOpt('max_db_entries',
default=10,
default=240,
help=('Maximum test result entries to be persisted ')),
]