From 64f09f21461b70d6de189d08fb4dafc3103f3f31 Mon Sep 17 00:00:00 2001 From: William Durkin Date: Fri, 8 Dec 2017 19:07:50 +0100 Subject: [PATCH] cleanup should be active by default --- setup/install_open_query_store_base.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/install_open_query_store_base.sql b/setup/install_open_query_store_base.sql index 6d6c108..6631401 100644 --- a/setup/install_open_query_store_base.sql +++ b/setup/install_open_query_store_base.sql @@ -73,7 +73,7 @@ INSERT INTO [oqs].[collection_metadata] ( [command], [data_cleanup_threshold], [data_cleanup_throttle] ) -VALUES ( N'EXEC [oqs].[gather_statistics] @logmode=1', 60 , '{OQSMode}','{DatabaseWhereOQSIsRunning}',0,2,0,30,5000); +VALUES ( N'EXEC [oqs].[gather_statistics] @logmode=1', 60 , '{OQSMode}','{DatabaseWhereOQSIsRunning}',0,2,1,30,5000); GO CREATE TABLE [oqs].[activity_log]