fixes #516, sets console lines limit to 500
This commit is contained in:
parent
5196a37807
commit
de74c0cac8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import * as ActionTypes from '../../../constants';
|
||||
|
||||
const consoleMax = 200;
|
||||
const consoleMax = 500;
|
||||
const initialState = [];
|
||||
let messageId = 0;
|
||||
|
||||
|
|
Loading…
Reference in a new issue