Increase max_db_entries to make DB hold data for a consistent time
Change-Id: I13e41e4dbc93be05562db951cf7f534d7620493f
This commit is contained in:
parent
224ed6d861
commit
d13bb14f28
@ -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 ')),
|
||||
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user