mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
feat(connections): set CONNECTIONS_TABLE_MAX_CLOSED_ROWS to 200
This commit is contained in:
parent
669492f22c
commit
b34ceb334d
@ -128,7 +128,7 @@ export enum CONNECTIONS_TABLE_ACCESSOR_KEY {
|
|||||||
Destination = 'destination',
|
Destination = 'destination',
|
||||||
}
|
}
|
||||||
|
|
||||||
export const CONNECTIONS_TABLE_MAX_CLOSED_ROWS = 500
|
export const CONNECTIONS_TABLE_MAX_CLOSED_ROWS = 200
|
||||||
|
|
||||||
export const CONNECTIONS_TABLE_INITIAL_COLUMN_ORDER = Object.values(
|
export const CONNECTIONS_TABLE_INITIAL_COLUMN_ORDER = Object.values(
|
||||||
CONNECTIONS_TABLE_ACCESSOR_KEY,
|
CONNECTIONS_TABLE_ACCESSOR_KEY,
|
||||||
|
Loading…
Reference in New Issue
Block a user