Skip to content

Commit

Permalink
add maximum content length default values
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromeleonard committed Mar 22, 2021
1 parent 4928e43 commit 74b3e76
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ nav:
- MISP connector: 'connectors-misp.md'
- Webhooks: 'webhooks.md'
- Streams: 'streams.md'
- Misc.: 'misc.md'
- Logs: 'logs.md'
15 changes: 15 additions & 0 deletions docs/thehive/installation-and-configuration/configuration/misc.md
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.


0 comments on commit 74b3e76

Please sign in to comment.