Replies: 2 comments 2 replies
-
@bkeepers these are tied together. Should we do the same thing for config.flipper.preload as memoize? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I've got a PR for this #771. Once that is approved you should be able to do what you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to skip preloading in most cases, but not memoization. Folowing the guides, I did:
This skips preloading for all requests except
some_path
, but it also skips memoization. Is it possible to skip preloading for everything except forsome_path
, but keep memoization?Beta Was this translation helpful? Give feedback.
All reactions