X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Fcircular-array.ts;fp=src%2Fcircular-array.ts;h=2347327927d96f46063bb3f17d8e9060173a722c;hb=061f1e647e4c66588e56b6d5a5c97dabba36d98f;hp=511b699c8827a2a214efe63e2fce9dfabfcee73a;hpb=bbc989112ae05d76a27e6a72a28ba979d941e1b2;p=poolifier.git diff --git a/src/circular-array.ts b/src/circular-array.ts index 511b699c..23473279 100644 --- a/src/circular-array.ts +++ b/src/circular-array.ts @@ -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.