mirror of
https://github.com/mii443/ncb-tts-r2.git
synced 2025-12-03 11:18:27 +00:00
extend cache size
This commit is contained in:
@@ -27,7 +27,7 @@ impl TTS {
|
||||
Self {
|
||||
voicevox_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