expand event pool

This commit is contained in:
Felix Kratz 2021-12-22 21:02:59 +01:00
parent ce4f08b91a
commit d2bcbfe66b
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ shell scripts.
![](images/example.png)
<p align="center">
More example setups [here](https://github.com/FelixKratz/SketchyBar/discussions/47).
More example setups <a href="https://github.com/FelixKratz/SketchyBar/discussions/47">here</a>.
</p>
Table of Contents

View file

@ -1,7 +1,7 @@
#ifndef EVENT_LOOP_H
#define EVENT_LOOP_H
#define EVENT_POOL_SIZE KILOBYTES(36)
#define EVENT_POOL_SIZE KILOBYTES(128)
#define EVENT_MAX_COUNT ((EVENT_POOL_SIZE) / (sizeof(struct event)))
#define QUEUE_POOL_SIZE KILOBYTES(16)