Darkdadaah has submitted this change and it was merged.

Change subject: Reduce the counter as there are searches that have only a few 
items to find
......................................................................


Reduce the counter as there are searches that have only a few items to find

Change-Id: Ia4ae43d648ead9a494e0591b157426769ba04842
---
M scripts/articles_list.pl
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Darkdadaah: Verified; Looks good to me, approved



diff --git a/scripts/articles_list.pl b/scripts/articles_list.pl
index 34b4726..ba5824f 100755
--- a/scripts/articles_list.pl
+++ b/scripts/articles_list.pl
@@ -306,6 +306,7 @@
                        $title = '' if $title =~ /[:\/]/ ;
                }
                
+               
                # History: authors filter
                if ($opt{A}) {
                        next if not $title;
@@ -398,7 +399,7 @@
                        }
                        ######################################
                        $n++ ;
-                       print STDERR "[$n] [$count->{Count}] $title\n" if 
$n%10000==0;
+                       print STDERR "[$n] [$count->{Count}] $title\n" if 
$n%1000==0;
                }
                $complete_article = 0 ;
        }

-- 
To view, visit https://gerrit.wikimedia.org/r/68932
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia4ae43d648ead9a494e0591b157426769ba04842
Gerrit-PatchSet: 1
Gerrit-Project: wiktionary/anagrimes
Gerrit-Branch: master
Gerrit-Owner: Darkdadaah <[email protected]>
Gerrit-Reviewer: Darkdadaah <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to