| Index: mojo/edk/system/configuration.cc
|
| diff --git a/mojo/edk/system/configuration.cc b/mojo/edk/system/configuration.cc
|
| index 9aaed315f8edf79f1232e3cd7b79a7acbebee3b1..f5eb2b8f6fe8b1538d0d0febd49db8e1901df033 100644
|
| --- a/mojo/edk/system/configuration.cc
|
| +++ b/mojo/edk/system/configuration.cc
|
| @@ -13,7 +13,6 @@ namespace internal {
|
| Configuration g_configuration = {
|
| 1000000, // max_handle_table_size
|
| 1000000, // max_mapping_table_sze
|
| - 1000000, // max_wait_many_num_handles
|
| 4 * 1024 * 1024, // max_message_num_bytes
|
| 10000, // max_message_num_handles
|
| 256 * 1024 * 1024, // max_data_pipe_capacity_bytes
|
|
|