Skip to content

Commit

Permalink
bump default pool size to 5k based on test results
Browse files Browse the repository at this point in the history
  • Loading branch information
nfriedly committed Aug 23, 2023
1 parent 0feaeeb commit 0bcd53d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/memory-store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default class MemoryStore implements Store {
/**
* Maximum number of unused clients to keep in the pool
*/
poolSize = 100
poolSize = 5000

/**
* Reference to the active timer.
Expand Down

0 comments on commit 0bcd53d

Please sign in to comment.