mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-15 01:15:54 +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: [],
|
parsedQuery: [],
|
||||||
},
|
},
|
||||||
logs: [],
|
logs: [],
|
||||||
logLinesPerPage: 25,
|
logLinesPerPage: 200,
|
||||||
linesPerRow: 2,
|
linesPerRow: 2,
|
||||||
viewMode: 'raw',
|
viewMode: 'raw',
|
||||||
idEnd: '',
|
idEnd: '',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user