When I first hit my API it checks against an array in Firestore, and takes ~2s to respond. Subsequent calls are much faster, which implies that the node is caching the array it pulls, but only for a few minutes.
Is there some way I can extend this caching to 24h, as the data it pulls is not updated often?