Skip to content

Instantly share code, notes, and snippets.

@Keruspe
Created February 12, 2015 14:26
Show Gist options
  • Save Keruspe/7f0ee3b8cae1e476cbd5 to your computer and use it in GitHub Desktop.
Save Keruspe/7f0ee3b8cae1e476cbd5 to your computer and use it in GitHub Desktop.
stdin
diff --git a/limits.h b/limits.h
index eaef53d..42049f9 100644
--- a/limits.h
+++ b/limits.h
@@ -57,7 +57,7 @@
* maximum number of queued messages from the same indvidual user after the
* the un-accounted value has been hit
*/
-#define KDBUS_CONN_MAX_MSGS_PER_USER 16
+#define KDBUS_CONN_MAX_MSGS_PER_USER 1024
/* maximum number of well-known names per connection */
#define KDBUS_CONN_MAX_NAMES 256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment