Skip to main content

thumbnail_set_limit

Function thumbnail_set_limit 

Source
pub async fn thumbnail_set_limit(
    db: State<'_, DatabaseWrapper>,
    thumbnail_cache: State<'_, ThumbnailCacheWrapper>,
    limit_bytes: u64,
) -> Result<(), String>
Expand description

Set thumbnail cache storage limit in bytes