Skip to content

Commit

Permalink
fix brpc flag declare; test=develop (PaddlePaddle#57688)
Browse files Browse the repository at this point in the history
  • Loading branch information
danleifeng authored Sep 25, 2023
1 parent 8f5879f commit 7132407
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#include "paddle/phi/core/enforce.h"

namespace brpc {
PD_DECLARE_uint64(max_body_size);
PD_DECLARE_int64(socket_max_unwritten_bytes);
DECLARE_uint64(max_body_size);
DECLARE_int64(socket_max_unwritten_bytes);
} // namespace brpc

namespace paddle {
Expand Down

0 comments on commit 7132407

Please sign in to comment.