You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by yu...@apache.org on 2021/09/18 08:34:14 UTC

[incubator-pegasus] branch master updated: feat: update configuration file (#816)

This is an automated email from the ASF dual-hosted git repository.

yuchenhe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git


The following commit(s) were added to refs/heads/master by this push:
     new 8af8557  feat: update configuration file (#816)
8af8557 is described below

commit 8af8557a2ada16f165214489d999d3571b6cce71
Author: HeYuchen <he...@xiaomi.com>
AuthorDate: Sat Sep 18 16:34:06 2021 +0800

    feat: update configuration file (#816)
---
 src/server/config.ini | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/server/config.ini b/src/server/config.ini
index 1d3e7ed..7a44011 100644
--- a/src/server/config.ini
+++ b/src/server/config.ini
@@ -70,6 +70,7 @@
   file_close_expire_time_ms = 60000
   file_close_timer_interval_ms_on_server = 30000
   max_file_copy_request_count_per_file = 10
+  max_send_rate_megabytes = 500
 
 [network]
   primary_interface =
@@ -538,7 +539,7 @@
   ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
   profiler::size.request.server = true
-  rpc_request_dropped_before_execution_when_timeout = true
+  ;rpc_request_dropped_before_execution_when_timeout = true
 
 [task.RPC_RRDB_RRDB_PUT_ACK]
   is_profile = true
@@ -548,7 +549,7 @@
   ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
   profiler::size.request.server = true
-  rpc_request_dropped_before_execution_when_timeout = true
+  ;rpc_request_dropped_before_execution_when_timeout = true
 
 [task.RPC_RRDB_RRDB_MULTI_PUT_ACK]
   is_profile = true
@@ -557,7 +558,7 @@
   ;rpc_request_throttling_mode = TM_DELAY
   ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
-  rpc_request_dropped_before_execution_when_timeout = true
+  ;rpc_request_dropped_before_execution_when_timeout = true
 
 [task.RPC_RRDB_RRDB_REMOVE_ACK]
   is_profile = true
@@ -566,7 +567,7 @@
   ;rpc_request_throttling_mode = TM_DELAY
   ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
-  rpc_request_dropped_before_execution_when_timeout = true
+  ;rpc_request_dropped_before_execution_when_timeout = true
 
 [task.RPC_RRDB_RRDB_MULTI_REMOVE_ACK]
   is_profile = true
@@ -600,7 +601,7 @@
   ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
   profiler::size.response.server = true
-  rpc_request_dropped_before_execution_when_timeout = true
+  ;rpc_request_dropped_before_execution_when_timeout = true
 
 [task.RPC_RRDB_RRDB_GET_ACK]
   is_profile = true
@@ -610,7 +611,7 @@
   ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
   profiler::size.response.server = true
-  rpc_request_dropped_before_execution_when_timeout = true
+  ;rpc_request_dropped_before_execution_when_timeout = true
 
 [task.RPC_RRDB_RRDB_MULTI_GET_ACK]
   is_profile = true
@@ -627,7 +628,7 @@
   ;rpc_request_throttling_mode = TM_DELAY
   ;rpc_request_delays_milliseconds = 50, 50, 50, 50, 50, 100
   is_profile = true
-  rpc_request_dropped_before_execution_when_timeout = true
+  ;rpc_request_dropped_before_execution_when_timeout = true
 
 [task.RPC_RRDB_RRDB_TTL_ACK]
   is_profile = true

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org