Yes. The limit is hitsPerPage * distinct <= 1000. This means that distinct will be set to 1000 if, when multiplied by hitsPerPage, it reaches a number that is larger than 1000.
Yes. The limit is hitsPerPage * distinct <= 1000. This means that distinct will be set to 1000 if, when multiplied by hitsPerPage, it reaches a number that is larger than 1000.
Comments
0 comments
Article is closed for comments.