Fix KEvent resource acquision timeout

This commit is contained in:
TuxSH 2018-11-08 22:50:04 +01:00 committed by Michael Scire
parent 0fb40d1ef5
commit 1b3b26c3af

View File

@ -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();