Increase entityAccessLimit for WikibaseClient wikis
The current default is 400. (The reason for this number is because back then in 2015, the highest number of entity access for all wikis is just a little below 400). However, as of now, there are more pages that requires a higher entityAccessLimit to generate the page that they wanted. Maybe we could increase it in incremental phase and check for it's performance issue after every increment. According to the long tail graph on how the number of entities of the pages in Wikipedia is accessed, even a small amount of increased in the entityAccessLimit (e.g. from 400 to 500) can have a huge impact.
Story
We need to increase the entityAccessLimit from RestrictedEntityLookup in order for WikibaseClient users to access more different entities.
Acceptance Criteria
Increase the entityAccessLimit so that at least some pages can be able to access more entities from WD and the amount of "Too many Wikidata entities accessed" error can be reduced.
Resources
2015 patch for the current 400 entityAccessLimit
2015 usage tracking