-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add maximum content length default values
- Loading branch information
1 parent
4928e43
commit 74b3e76
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
docs/thehive/installation-and-configuration/configuration/misc.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Miscelleneous settings | ||
|
||
## Manage content lengh | ||
|
||
Content length of text and files managed by the application are limited by default. Before TheHive 4.1.1, they were set to very small values. | ||
Default values in TheHive 4.1.1 are set with these default parameters: | ||
|
||
``` | ||
play.http.parser.maxDiskBuffer: 128MB | ||
play.http.parser.maxMemoryBuffer: 256kB | ||
``` | ||
|
||
If you feel that these should be updated, edit `/etc/thehive/application.conf` file and update these parameters. | ||
|
||
|