mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-10 18:55:04 +00:00
Fix KEvent resource acquision timeout
This commit is contained in:
parent
0fb40d1ef5
commit
1b3b26c3af
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue