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