We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a931f7d commit 3061cffCopy full SHA for 3061cff
php/class-utils.php
@@ -1009,7 +1009,7 @@ public static function attachment_url_to_postid( $url ) {
1009
* @return array
1010
*/
1011
public static function query_relations( $public_ids, $urls = array() ) {
1012
- $chunk_size = 50; // Number of items per chunk, configurable.
+ $chunk_size = 25;
1013
$results = array();
1014
$tablename = self::get_relationship_table();
1015
0 commit comments