Skip to content

Commit 395cf24

Browse files
committed
added batching for mutations
1 parent b0ab89f commit 395cf24

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/IBM/sarama v1.45.2
99
github.com/Masterminds/semver/v3 v3.3.1
1010
github.com/blevesearch/bleve/v2 v2.5.2
11-
github.com/dgraph-io/badger/v4 v4.7.1-0.20250715094626-498b54d20d5f
11+
github.com/dgraph-io/badger/v4 v4.7.1-0.20250715123309-49be996f27be
1212
github.com/dgraph-io/dgo/v250 v250.0.0-preview4.0.20250619041351-4a519e53fb9d
1313
github.com/dgraph-io/gqlgen v0.13.2
1414
github.com/dgraph-io/gqlparser/v2 v2.2.2

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ github.com/dgraph-io/badger/v4 v4.7.1-0.20250715093118-9d43f422ab9a h1:I7ub/hfKh
140140
github.com/dgraph-io/badger/v4 v4.7.1-0.20250715093118-9d43f422ab9a/go.mod h1:U6on6e8k/RTbUWxqKR0MvugJuVmkxSNc79ap4917h4w=
141141
github.com/dgraph-io/badger/v4 v4.7.1-0.20250715094626-498b54d20d5f h1:b6+b/g3lPvwAtkLyTeacm60FgYj3ODNZDFnbbTVB3A0=
142142
github.com/dgraph-io/badger/v4 v4.7.1-0.20250715094626-498b54d20d5f/go.mod h1:U6on6e8k/RTbUWxqKR0MvugJuVmkxSNc79ap4917h4w=
143+
github.com/dgraph-io/badger/v4 v4.7.1-0.20250715123309-49be996f27be h1:aDL5vpafcV5RuDfnyE+D1CdfQ24WuO6HrOBPJHZ6Ls4=
144+
github.com/dgraph-io/badger/v4 v4.7.1-0.20250715123309-49be996f27be/go.mod h1:U6on6e8k/RTbUWxqKR0MvugJuVmkxSNc79ap4917h4w=
143145
github.com/dgraph-io/dgo/v250 v250.0.0-preview4.0.20250619041351-4a519e53fb9d h1:9PLyvZY1Nih05g+2womk+kNnX3Gb20kx5BsK3foA5a8=
144146
github.com/dgraph-io/dgo/v250 v250.0.0-preview4.0.20250619041351-4a519e53fb9d/go.mod h1:gLr7uM+x/8PjSQJ4Ca9kfQF15uBzruDzRK3bnELt3vE=
145147
github.com/dgraph-io/gqlgen v0.13.2 h1:TNhndk+eHKj5qE7BenKKSYdSIdOGhLqxR1rCiMso9KM=

0 commit comments

Comments
 (0)