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:
Dane Everitt 2016-10-23 21:31:29 -04:00
parent 55c9f0f2f2
commit 045864aa96
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 39 additions and 2 deletions

View file

@ -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