Skip to content

Commit

Permalink
cleanup should be active by default
Browse files Browse the repository at this point in the history
  • Loading branch information
William Durkin committed Dec 8, 2017
1 parent 4d72c17 commit 64f09f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/install_open_query_store_base.sql
Expand Up @@ -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]
Expand Down

0 comments on commit 64f09f2

Please sign in to comment.