pub async fn update_image_limit_settings(
max_dimension: u32,
max_pixels: u64,
dimensions_cache_ttl_secs: u64,
) -> Result<ImageLimitSettings, ServerFnError>Expand description
更新图片尺寸限制配置。
字段会被 clamp 后写入 DB。配置烘焙进 LazyLock,修改后需重启进程生效。
§Handler information
- Method:
post - Path:
<auto>