Prevent accidental DoS of users if server sends a rapid feed of data to the console.
Configurable speed in environment file.
This commit is contained in:
parent
55c9f0f2f2
commit
045864aa96
3 changed files with 39 additions and 2 deletions
|
@ -4,6 +4,8 @@ APP_KEY=SomeRandomString3232RandomString
|
|||
APP_THEME=default
|
||||
APP_TIMEZONE=UTC
|
||||
APP_CLEAR_TASKLOG=720
|
||||
CONSOLE_PUSH_FREQ=250
|
||||
CONSOLE_PUSH_COUNT=10
|
||||
|
||||
DB_HOST=localhost
|
||||
DB_PORT=3306
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue