Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Unified Diff: mojo/edk/system/configuration.cc

Issue 2744943002: Mojo: Move waiting APIs to public library (Closed)
Patch Set: . Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/edk/system/awakable_list_unittest.cc ('k') | mojo/edk/system/core.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « mojo/edk/system/awakable_list_unittest.cc ('k') | mojo/edk/system/core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698