Skip to content

Commit

Permalink
increasing the maximum length of an rpc query in vkext (VKCOM#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
troy4eg authored Jan 18, 2024
1 parent 9a1993f commit 8e1bad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vkext/vkext-rpc.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define RPC_BUF_SIZE (1 << 12)
#define RPC_SERVER_MAGIC 0x8940303d
#define RPC_BUFFER_MAGIC 0x8fa0da0c
#define RPC_MAX_QUERY_LEN (1 << 20)
#define RPC_MAX_QUERY_LEN (1 << 24)

#define RPC_SKIP 0

Expand Down

0 comments on commit 8e1bad6

Please sign in to comment.