chore: tweak content length limit

This commit is contained in:
Steven
2024-05-06 19:12:30 +08:00
parent b0ecb72eaa
commit 776664105a
5 changed files with 15 additions and 15 deletions

View File

@ -96,8 +96,8 @@ message WorkspaceMemoRelatedSetting {
bool disallow_public_visible = 1;
// display_with_update_time orders and displays memo with update time.
bool display_with_update_time = 2;
// content_length_limit is the limit of content length.
int64 content_length_limit = 3;
// content_length_limit is the limit of content length. Unit is byte.
int32 content_length_limit = 3;
}
message ListWorkspaceSettingsRequest {}