Merge pull request #4331 from ritzalam/increase-message-limit

- increase default message limit
This commit is contained in:
Richard Alam 2017-08-30 11:39:05 -04:00 committed by GitHub
commit 960ad3a27b
2 changed files with 3 additions and 3 deletions

View File

@ -38,4 +38,4 @@ icecast.password=hackme
icecast.broadcast=true icecast.broadcast=true
# Maximum message length allowed from the client. # Maximum message length allowed from the client.
maxMessageLength=3000 maxMessageLength=32000

View File

@ -131,8 +131,8 @@
toolbarVisibleByDefault="false" toolbarVisibleByDefault="false"
showToolbarButton="true" showToolbarButton="true"
fontSize="14" fontSize="14"
maxPasteLength="1024" maxPasteLength="5000"
maxNoteLength="5120" maxNoteLength="10000"
enableDeleteNotes="false" enableDeleteNotes="false"
/> />