feat: add session po token cache

This commit is contained in:
ThetaDev 2025-02-05 15:55:32 +01:00
parent f152a853b8
commit 799e1c8450
15 changed files with 234 additions and 61 deletions

View file

@ -2844,6 +2844,7 @@ fn rp(lang: Language) -> RustyPipe {
.storage_dir(env!("CARGO_MANIFEST_DIR"))
.lang(lang)
.visitor_data_opt(vdata)
.po_token_cache()
.build()
.unwrap()
}