Index: src/wp-includes/class-wp-query.php
===================================================================
--- src/wp-includes/class-wp-query.php	(revision 52985)
+++ src/wp-includes/class-wp-query.php	(working copy)
@@ -3263,6 +3263,7 @@
 						'post__in'               => $sticky_posts,
 						'post_type'              => $post_type,
 						'post_status'            => 'publish',
+						'nopaging'               => true,
 						'suppress_filters'       => $q['suppress_filters'],
 						'cache_results'          => $q['cache_results'],
 						'update_post_meta_cache' => $q['update_post_meta_cache'],
