Skip to content

Commit

Permalink
bump kvdb library to raise default grpc recv max size (4MiB to 100MiB…
Browse files Browse the repository at this point in the history
… is enough for eosio chains)
  • Loading branch information
Stéphane Duchesneau committed Jul 12, 2021
1 parent 36d1af9 commit be85fa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ require (
github.com/dfuse-io/firehose v0.1.1-0.20210424034522-6e5c05a23323
github.com/dfuse-io/fluxdb v0.0.0-20210528171211-9df379b9a4e1
github.com/dfuse-io/jsonpb v0.0.0-20200819202948-831ad3282037
github.com/dfuse-io/kvdb v0.0.2-0.20201125184722-e565bbbcc32e
github.com/dfuse-io/kvdb v0.0.2-0.20210712145411-a765c572fce7
github.com/dfuse-io/logging v0.0.0-20210518215502-2d920b2ad1f2
github.com/dfuse-io/merger v0.0.3-0.20210218184002-6b3b6ba94465
github.com/dfuse-io/node-manager v0.0.2-0.20210413133800-b1893707a2f6
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ github.com/dfuse-io/kvdb v0.0.0-20200520211319-cbf4776ac2a3/go.mod h1:0fof33gPhb
github.com/dfuse-io/kvdb v0.0.2-0.20201013164626-89b668e6bd69/go.mod h1:rHS75h2foCE5RHrWs3d5dSTCVATz3Rm6eHAWA+TncnU=
github.com/dfuse-io/kvdb v0.0.2-0.20201125184722-e565bbbcc32e h1:m8gvEKunk9hGq2gG2MebWflSKWcILzFc6Hob44m9+8E=
github.com/dfuse-io/kvdb v0.0.2-0.20201125184722-e565bbbcc32e/go.mod h1:X3CqnReRyUXsj/0qhX98RiMisJOD1C3G58dW0h+4gX0=
github.com/dfuse-io/kvdb v0.0.2-0.20210712145411-a765c572fce7 h1:YEwGeR6WU328dvK3BxpK8Ifs0tADWoNdh8BzoeE4SJ8=
github.com/dfuse-io/kvdb v0.0.2-0.20210712145411-a765c572fce7/go.mod h1:X3CqnReRyUXsj/0qhX98RiMisJOD1C3G58dW0h+4gX0=
github.com/dfuse-io/logging v0.0.0-20200406213449-45fc25dc6a8d/go.mod h1:80YyilHcgoqrnoIeeJKgcsOw6Y/0/bQzDO/XzNIrIdM=
github.com/dfuse-io/logging v0.0.0-20200407175011-14021b7a79af/go.mod h1:80YyilHcgoqrnoIeeJKgcsOw6Y/0/bQzDO/XzNIrIdM=
github.com/dfuse-io/logging v0.0.0-20200417143534-5e26069a5e39/go.mod h1:80YyilHcgoqrnoIeeJKgcsOw6Y/0/bQzDO/XzNIrIdM=
Expand Down

0 comments on commit be85fa6

Please sign in to comment.