Hi,
Jeroen De Dauw schreef op 8-3-2015 om 2:03:
Hey,
And to answer your second question: "Maximum number of values is 50
(500 for bots)" (from https://www.wikidata.org/w/api.php?action=help&modules=wbgetentities)
That seems a bit much to me. Considering an entity can easily be over 1MB in size. Won't something die by the time you get to half a GB?
Just looked at the Pywikibot code (see [1] and [2]) and it looks like 50 is the default. From experience I know that works just fine. I would just stick to that and not go bigger.
Maarten
[1] https://git.wikimedia.org/blob/pywikibot%2Fcore.git/HEAD/pywikibot%2Fpagegen... [2] https://git.wikimedia.org/blob/pywikibot%2Fcore.git/HEAD/pywikibot%2Fsite.py...