ArielGlenn has submitted this change and it was merged.

Change subject: dumps: do abstract dumps stream in smaller pieces
......................................................................


dumps: do abstract dumps stream in smaller pieces

Change-Id: I49e8ca1c2e1a2caa35f782c6c7dae6f616319a05
---
M xmldumps-backup/xmlabstracts.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  ArielGlenn: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/xmldumps-backup/xmlabstracts.py b/xmldumps-backup/xmlabstracts.py
index d3d382e..121c039 100644
--- a/xmldumps-backup/xmlabstracts.py
+++ b/xmldumps-backup/xmlabstracts.py
@@ -63,7 +63,7 @@
 
     do_xml_stream(wikidb, outfiles, command, wikiconf, force_normal,
                   start, end, dryrun, 'page_id', 'page',
-                  50000, 100000, '</doc>\n')
+                  20000, 30000, '</doc>\n')
 
 
 # fixme must take a list of ouput files and a list of

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I49e8ca1c2e1a2caa35f782c6c7dae6f616319a05
Gerrit-PatchSet: 1
Gerrit-Project: operations/dumps
Gerrit-Branch: ariel
Gerrit-Owner: ArielGlenn <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to