Skip to content

Commit

Permalink
Register gzip compressor
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed May 28, 2024
1 parent 05d0c9f commit 0e993b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/api/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
"github.com/xmtp/xmtp-node-go/pkg/ratelimiter"
"github.com/xmtp/xmtp-node-go/pkg/topic"
"github.com/xmtp/xmtp-node-go/pkg/tracing"
_ "google.golang.org/grpc/encoding/gzip"
"google.golang.org/grpc/health"
healthgrpc "google.golang.org/grpc/health/grpc_health_v1"
"google.golang.org/grpc/keepalive"
Expand Down

0 comments on commit 0e993b3

Please sign in to comment.