Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable comment and chat limits. Fixes #970 #1174

Conversation

nrotstan
Copy link
Contributor

  • Make comment and chat length limits configurable through maxCommentLength and maxChatLength settings, respectively, in the taskingmanager.config.json file.

  • Set default limit to 5000 characters for both comments and chats.

  • Include migration to remove the 250 character limit from the project_chat.message column.

* Make comment and chat length limits configurable through
`maxCommentLength` and `maxChatLength` settings, respectively, in the
taskingmanager.config.json file.

* Set default limit to 5000 characters for both comments and chats.

* Include migration to remove the 250 character limit from the
project_chat.message column.
Copy link
Contributor

@ethan-nelson ethan-nelson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wonderful, thanks Neil!

@ethan-nelson
Copy link
Contributor

For interested parties, the task comment is already set to not have a maximum length in the database, so that's why it is not needed in the migration file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants