feat(connections): set CONNECTIONS_TABLE_MAX_CLOSED_ROWS to 200

This commit is contained in:
kunish 2023-09-10 19:16:06 +08:00
parent 669492f22c
commit b34ceb334d
No known key found for this signature in database
GPG Key ID: 647A12B4F782C430

View File

@ -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,