Skip to content

Commit e7442ee

Browse files
authored
Merge pull request #1748 from aleksandrychev/ENT-5170
Deleted deprecated __PromiseExecutionsLog from process that cleans log tables
2 parents 05820ed + 25a3d8d commit e7442ee

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

lib/cfe_internal_hub.cf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,6 @@ bundle agent cfe_internal_hub_maintain
110110
"table": "__BenchmarksLog",
111111
"history_length_days": 1,
112112
"time_key": "CheckTimeStamp"
113-
},
114-
{
115-
"report": "promise_executions",
116-
"table": "__PromiseExecutionsLog",
117-
"history_length_days": 7,
118-
"time_key": "ChangeTimeStamp"
119113
}
120114
]');
121115

0 commit comments

Comments
 (0)