By default the find api is limited at 100. Question

I notice that if I have 300 posts, I can’t have all the {slug} params in getstaticpath in Next js, only 100 paths will be returned and that will result in a 404 page if the slug is not found. So i need to return all slug in order to fetch the page data with the slug. So if I use -1 for this case, it won’t have too much impact right?