|
|
|
@ -139,7 +139,10 @@ message ServerConfig { |
|
|
|
|
int32 async_server_threads = 7; |
|
|
|
|
// Specify the number of cores to limit server to, if desired |
|
|
|
|
int32 core_limit = 8; |
|
|
|
|
// payload config, used in generic server |
|
|
|
|
// payload config, used in generic server. |
|
|
|
|
// Note this must NOT be used in proto (non-generic) servers. For proto servers, |
|
|
|
|
// 'response sizes' must be configured from the 'response_size' field of the |
|
|
|
|
// 'SimpleRequest' objects in RPC requests. |
|
|
|
|
PayloadConfig payload_config = 9; |
|
|
|
|
|
|
|
|
|
// Specify the cores we should run the server on, if desired |
|
|
|
|