Refactor history entry limits

This commit is contained in:
Andrew Bastin
2021-05-24 22:13:50 -04:00
parent fcac750ad7
commit 46ebd49936
2 changed files with 3 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ export const defaultGraphqlHistoryState = {
state: [] as any[],
}
const HISTORY_LIMIT = 50
export const HISTORY_LIMIT = 50
type RESTHistoryType = typeof defaultRESTHistoryState
type GraphqlHistoryType = typeof defaultGraphqlHistoryState