Skip to content

Commit cd95f41

Browse files
committed
update max signal buffer size
1 parent 9fb7da2 commit cd95f41

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/empty-eagles-buy.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@segment/analytics-signals': minor
3+
---
4+
5+
Update max signals in buffer to 100

packages/signals/signals/src/core/buffer/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ interface IDBPObjectStoreSignals
2525
'readonly' | 'readwrite' | 'versionchange'
2626
> {}
2727

28-
const MAX_BUFFER_SIZE_DEFAULT = 50
28+
const MAX_BUFFER_SIZE_DEFAULT = 100
2929

3030
interface StoreSettings {
3131
maxBufferSize?: number

0 commit comments

Comments
 (0)