Increment size of Wikidata edit batch ids

This commit is contained in:
Antonin Delpeuch 2018-11-24 15:49:15 +00:00
parent 5c52f3f716
commit 2fa1419862

View File

@ -194,7 +194,7 @@ public class PerformWikibaseEditsOperation extends EngineDependentOperation {
// Generate batch token
long token = (new Random()).nextLong();
String summary = _summary + String.format(" ([[:toollabs:editgroups/b/OR/%s|details]])",
(Long.toHexString(token).substring(0, 7)));
(Long.toHexString(token).substring(0, 8)));
// Evaluate the schema
List<ItemUpdate> itemDocuments = _schema.evaluate(_project, _engine);