Merge pull request #741 from AppFlowy-IO/feat/single-upload-limit

chore: add single upload limit
This commit is contained in:
Zack 2024-08-23 15:39:09 +08:00 committed by GitHub
commit c2225e283d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@ pub struct WorkspaceUsageAndLimit {
pub storage_bytes: i64,
pub storage_bytes_limit: i64,
pub storage_bytes_unlimited: bool,
pub single_upload_limit: i64,
pub single_upload_unlimited: bool,
pub ai_responses_count: i64,
pub ai_responses_count_limit: i64,