perf: too much caching? #85

Open
opened 2024-11-10 10:49:51 +01:00 by Anri · 0 comments
Owner

check if a cached function with #[once(time = t)] if it call another #[once(time = t)]
in this case, this could lead to async time cache and so never updating the cache

Example: /c cache the response and also the md files in "read_file"

check if a cached function with `#[once(time = t)]` if it call another `#[once(time = t)]` in this case, this could lead to async time cache and so never updating the cache > Example: `/c` cache the response and also the md files in "`read_file`"
Anri added the
bug
optimization
labels 2024-11-10 10:49:57 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Anri/mylloon.fr#85
No description provided.