Skip to content

Commit dc030d7

Browse files
EPAM-263 Increased scan history threshold from 25 to 100
1 parent ce8299c commit dc030d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

siteimprove-accessibility/src/Service/Repository/Scan_Repository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public function count_pages_with_issues( array $params ): int {
142142
public function delete_scans_above_threshold(): void {
143143
global $wpdb;
144144

145-
$scan_threshold = 25;
145+
$scan_threshold = 100;
146146
$scans_table = $wpdb->prefix . 'siteimprove_accessibility_scans';
147147
$occurrences_table = $wpdb->prefix . 'siteimprove_accessibility_occurrences';
148148

0 commit comments

Comments
 (0)