File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
packages/@livestore/livestore/src/live-queries/__snapshots__ Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ exports[`otel > QueryBuilder subscription - basic functionality 1`] = `
20
20
" ,
21
21
},
22
22
},
23
+ {
24
+ " _name" : " client-session-sync-processor:push" ,
25
+ " attributes" : {
26
+ " batchSize" : 1 ,
27
+ },
28
+ },
23
29
{
24
30
" _name" : " @livestore/common:LeaderSyncProcessor:push" ,
25
31
" attributes" : {
@@ -133,6 +139,12 @@ exports[`otel > QueryBuilder subscription - direct table subscription 1`] = `
133
139
" ,
134
140
},
135
141
},
142
+ {
143
+ " _name" : " client-session-sync-processor:push" ,
144
+ " attributes" : {
145
+ " batchSize" : 1 ,
146
+ },
147
+ },
136
148
{
137
149
" _name" : " @livestore/common:LeaderSyncProcessor:push" ,
138
150
" attributes" : {
@@ -246,6 +258,18 @@ exports[`otel > QueryBuilder subscription - unsubscribe functionality 1`] = `
246
258
" ,
247
259
},
248
260
},
261
+ {
262
+ " _name" : " client-session-sync-processor:push" ,
263
+ " attributes" : {
264
+ " batchSize" : 1 ,
265
+ },
266
+ },
267
+ {
268
+ " _name" : " client-session-sync-processor:push" ,
269
+ " attributes" : {
270
+ " batchSize" : 1 ,
271
+ },
272
+ },
249
273
{
250
274
" _name" : " @livestore/common:LeaderSyncProcessor:push" ,
251
275
" attributes" : {
You can’t perform that action at this time.
0 commit comments