We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5196a37 commit de74c0cCopy full SHA for de74c0c
client/modules/IDE/reducers/console.js
@@ -1,6 +1,6 @@
1
import * as ActionTypes from '../../../constants';
2
3
-const consoleMax = 200;
+const consoleMax = 500;
4
const initialState = [];
5
let messageId = 0;
6
0 commit comments