feat: update default logs page size (#3030)

This commit is contained in:
Srikanth Chekuri 2023-07-05 13:46:43 +05:30 committed by GitHub
parent 5540692500
commit b1c1a95e29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ const initialState: ILogsReducer = {
parsedQuery: [],
},
logs: [],
logLinesPerPage: 25,
logLinesPerPage: 200,
linesPerRow: 2,
viewMode: 'raw',
idEnd: '',