diff --git a/mesosphere/include/mesosphere/processes/KEvent.hpp b/mesosphere/include/mesosphere/processes/KEvent.hpp index 1e024e82e..e09bde872 100644 --- a/mesosphere/include/mesosphere/processes/KEvent.hpp +++ b/mesosphere/include/mesosphere/processes/KEvent.hpp @@ -22,7 +22,7 @@ class KEvent final : public: MESOSPHERE_AUTO_OBJECT_TRAITS(AutoObject, Event); MESOSPHERE_CLIENT_SERVER_PARENT_TRAITS(ReadableEvent, WritableEvent); - MESOSPHERE_LIMITED_RESOURCE_TRAITS(1s); + MESOSPHERE_LIMITED_RESOURCE_TRAITS(10s); virtual ~KEvent();