Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-software-pl committed Oct 11, 2024
1 parent 2ed9d76 commit f9f82de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/topic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export class Topic implements TopicModel {
@observable migratedFromJsonType: boolean;
@observable schemaIdAwareSerializationEnabled: boolean;
@observable contentType: ContentType;
@observable maxMessageSize = 102400;
@observable maxMessageSize = DEFAULT_TOPIC_VALUES.advancedValues.maxMessageSize;
@observable auth: AuthModel;
@observable createdAt: number;
@observable modifiedAt: number;
Expand Down

0 comments on commit f9f82de

Please sign in to comment.