feat: add session po token cache
This commit is contained in:
parent
29c854b20d
commit
b72b501b6d
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