feat: add session po token cache
This commit is contained in:
parent
f152a853b8
commit
799e1c8450
15 changed files with 234 additions and 61 deletions
|
|
@ -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()
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue