How to manage hono app that has more than 20,000 static assets?
Hi guys,
So i have something like 100,000 font files that will be an option to read by an endpoint from hono worker, in other thread finally i know that i must use something like c.env.ASSET.fetch instead of readFile from node js. But now when i check the documentation there is a 20,000 max files limitation per worker version, what is that means? So how can i still use worker while my assets is more than 100,000?
Thankss!
So i have something like 100,000 font files that will be an option to read by an endpoint from hono worker, in other thread finally i know that i must use something like c.env.ASSET.fetch instead of readFile from node js. But now when i check the documentation there is a 20,000 max files limitation per worker version, what is that means? So how can i still use worker while my assets is more than 100,000?
Thankss!
