Pim
Pim
_v2.7.0_ includes a [beforeWorkers](https://github.com/nuxt-community/nuxt-generate-cluster#beforeworkers) hook you can use to exclude keys
@lxsedov Are you on Windows? The limit talked about in this issue is caused by the nuxt.config that is passed from the master to worker. If your nuxt.config is big...
@lxsedov Are you listing 5000 urls directly in your nuxt.config's generate.routes? If so, you can remove that property in beforeWorkers, the workers dont need that. The master needs it and...
@lxsedov Could you please share your full nuxt config? If thats not possible, at least the generate part?
Maybe try to clone the `options` first? You are probably now deleting the reference on the options in the master too
Can confirm what @prchal mentioned above, even when the drive is already in standby (done manually by calling hdparm -y) it still counts reads. This means that you cannot use...
That would probably be even better :) @pi0 btw, will submit a pr for this in a couple of minutes (unless you are quicker)
Hmm, probably easier/faster if you have a look at this otherwise cause I am not as fast as you understanding what you mean? Eg isnt checking origin an extra feature?
Hi @jdalton, PhantomJS doesnt seem to support `toLocaleString` (see their issue 12581, it just uses toString). Also the project is currently archived, so what solution do you prefer? Skip the...
Great thanks, even better :+1: Let me know if you have any other remarks!