mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-30 06:46:45 -04:00
conf: add 'tweak.pty-prefetch-buffer-size-kb' setting
This controls the size of the buffers used by the PTY reader thread. The default is 512KB, for now.
This commit is contained in:
parent
984d008250
commit
1b06486c98
4 changed files with 19 additions and 11 deletions
1
config.h
1
config.h
|
|
@ -81,6 +81,7 @@ struct config {
|
|||
uint64_t delayed_render_lower_ns;
|
||||
uint64_t delayed_render_upper_ns;
|
||||
off_t max_shm_pool_size;
|
||||
unsigned pty_prefetch_size;
|
||||
} tweak;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue