I'm working on integrating this into a service.
If I want to cache the index files to a non-user-specific shared location (e.g.), would the best way to do that be to maybe override the XDG_DATA_DIR?
|
XDG_DATA_DIR = Path(user_data_dir("hostile", "Bede Constantinides")) |
I was tracing through the code, and it looks like this isn't exposed as a parameter, like the output dir is.
But am I missing something?
Thanks!