mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 01:45:53 +08:00
feat: update default logs page size (#3030)
This commit is contained in:
parent
5540692500
commit
b1c1a95e29
@ -39,7 +39,7 @@ const initialState: ILogsReducer = {
|
||||
parsedQuery: [],
|
||||
},
|
||||
logs: [],
|
||||
logLinesPerPage: 25,
|
||||
logLinesPerPage: 200,
|
||||
linesPerRow: 2,
|
||||
viewMode: 'raw',
|
||||
idEnd: '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user