Skip to content

Commit

Permalink
protocol: enable compression for all kbfs server RPCs
Browse files Browse the repository at this point in the history
Issue: HOTPOT-2357
  • Loading branch information
strib committed Apr 9, 2020
1 parent 27cd27a commit 2ad75cf
Show file tree
Hide file tree
Showing 9 changed files with 57 additions and 55 deletions.
30 changes: 15 additions & 15 deletions go/protocol/keybase1/block.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

56 changes: 28 additions & 28 deletions go/protocol/keybase1/metadata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions go/protocol/keybase1/metadata_update.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions protocol/avdl/keybase1/block.avdl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@namespace("keybase.1")
@compression_type("gzip")

protocol block {
import idl "backend_common.avdl";
Expand Down Expand Up @@ -103,10 +104,8 @@ protocol block {
int64 gitLimit;
}

@compression_type("gzip")
BlockQuotaInfo getUserQuotaInfo2(boolean includeFolders);

@compression_type("gzip")
BlockQuotaInfo getTeamQuotaInfo2(TeamID tid, boolean includeFolders);

BlockPingResponse blockPing();
Expand Down
1 change: 1 addition & 0 deletions protocol/avdl/keybase1/metadata.avdl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@namespace("keybase.1")
@compression_type("gzip")

protocol metadata {
import idl "backend_common.avdl";
Expand Down
1 change: 1 addition & 0 deletions protocol/avdl/keybase1/metadata_update.avdl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@namespace("keybase.1")
@compression_type("gzip")

protocol metadataUpdate {
import idl "backend_common.avdl";
Expand Down
9 changes: 4 additions & 5 deletions protocol/json/keybase1/block.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion protocol/json/keybase1/metadata.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion protocol/json/keybase1/metadata_update.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ad75cf

Please sign in to comment.