mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-03 01:40:17 -05:00
shm: make max pool size user configurable (via a 'tweak' setting)
This commit is contained in:
parent
e9f1638750
commit
0baa249d8b
5 changed files with 39 additions and 11 deletions
1
config.h
1
config.h
|
|
@ -77,6 +77,7 @@ struct config {
|
|||
struct {
|
||||
uint64_t delayed_render_lower_ns;
|
||||
uint64_t delayed_render_upper_ns;
|
||||
off_t max_shm_pool_size;
|
||||
} tweak;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue