tikv / grpc-rs

The gRPC library for Rust built on C Core library and futures
Apache License 2.0
1.81k stars 253 forks source link

implement Clone for ResourceQuota #568

Closed glorv closed 2 years ago

glorv commented 2 years ago

Add clone for ResourceQuota to allow dynamically adjust the memory quota after grpc server is started.

BusyJay commented 2 years ago

Please fix CI failure.