Skip to content

Commit be85fa6

Browse files
author
Stéphane Duchesneau
committed
bump kvdb library to raise default grpc recv max size (4MiB to 100MiB is enough for eosio chains)
1 parent 36d1af9 commit be85fa6

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
@@ -39,7 +39,7 @@ require (
3939
github.com/dfuse-io/firehose v0.1.1-0.20210424034522-6e5c05a23323
4040
github.com/dfuse-io/fluxdb v0.0.0-20210528171211-9df379b9a4e1
4141
github.com/dfuse-io/jsonpb v0.0.0-20200819202948-831ad3282037
42-
github.com/dfuse-io/kvdb v0.0.2-0.20201125184722-e565bbbcc32e
42+
github.com/dfuse-io/kvdb v0.0.2-0.20210712145411-a765c572fce7
4343
github.com/dfuse-io/logging v0.0.0-20210518215502-2d920b2ad1f2
4444
github.com/dfuse-io/merger v0.0.3-0.20210218184002-6b3b6ba94465
4545
github.com/dfuse-io/node-manager v0.0.2-0.20210413133800-b1893707a2f6

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,8 @@ github.com/dfuse-io/kvdb v0.0.0-20200520211319-cbf4776ac2a3/go.mod h1:0fof33gPhb
380380
github.com/dfuse-io/kvdb v0.0.2-0.20201013164626-89b668e6bd69/go.mod h1:rHS75h2foCE5RHrWs3d5dSTCVATz3Rm6eHAWA+TncnU=
381381
github.com/dfuse-io/kvdb v0.0.2-0.20201125184722-e565bbbcc32e h1:m8gvEKunk9hGq2gG2MebWflSKWcILzFc6Hob44m9+8E=
382382
github.com/dfuse-io/kvdb v0.0.2-0.20201125184722-e565bbbcc32e/go.mod h1:X3CqnReRyUXsj/0qhX98RiMisJOD1C3G58dW0h+4gX0=
383+
github.com/dfuse-io/kvdb v0.0.2-0.20210712145411-a765c572fce7 h1:YEwGeR6WU328dvK3BxpK8Ifs0tADWoNdh8BzoeE4SJ8=
384+
github.com/dfuse-io/kvdb v0.0.2-0.20210712145411-a765c572fce7/go.mod h1:X3CqnReRyUXsj/0qhX98RiMisJOD1C3G58dW0h+4gX0=
383385
github.com/dfuse-io/logging v0.0.0-20200406213449-45fc25dc6a8d/go.mod h1:80YyilHcgoqrnoIeeJKgcsOw6Y/0/bQzDO/XzNIrIdM=
384386
github.com/dfuse-io/logging v0.0.0-20200407175011-14021b7a79af/go.mod h1:80YyilHcgoqrnoIeeJKgcsOw6Y/0/bQzDO/XzNIrIdM=
385387
github.com/dfuse-io/logging v0.0.0-20200417143534-5e26069a5e39/go.mod h1:80YyilHcgoqrnoIeeJKgcsOw6Y/0/bQzDO/XzNIrIdM=

0 commit comments

Comments
 (0)