Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DonJayamanne committed Nov 10, 2022
1 parent e4b7591 commit deb0bc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/notebooks/controllers/connectionMru.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.


export const MaxMRUSizePerNotebook = 10;
// Keep the date when a connection was last used, we might need this, after all its an MRU
export type MRUItem = [lastUsed: number, connectionId: string];

0 comments on commit deb0bc8

Please sign in to comment.