mirror of
https://github.com/mii443/ncb-tts-r2.git
synced 2025-12-03 19:28:33 +00:00
extend cache size
This commit is contained in:
@@ -27,7 +27,7 @@ impl TTS {
|
|||||||
Self {
|
Self {
|
||||||
voicevox_client,
|
voicevox_client,
|
||||||
gcp_tts_client,
|
gcp_tts_client,
|
||||||
cache: RwLock::new(LruCache::new(NonZeroUsize::new(100).unwrap())),
|
cache: RwLock::new(LruCache::new(NonZeroUsize::new(1000).unwrap())),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user