perf: reduce task usage history default size master
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 29 Apr 2024 14:04:42 +0000 (16:04 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 29 Apr 2024 14:04:42 +0000 (16:04 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
src/circular-array.ts

index 511b699c8827a2a214efe63e2fce9dfabfcee73a..2347327927d96f46063bb3f17d8e9060173a722c 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright Jerome Benoit. 2021-2024. All Rights Reserved.
 
-export const DEFAULT_CIRCULAR_ARRAY_SIZE = 1024
+export const DEFAULT_CIRCULAR_ARRAY_SIZE = 385
 
 /**
  * Array with a maximum length and shifting items when full.