mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-04 01:05:58 +03:00
Kernel: Bump per-process file descriptor limit to 128.
This commit is contained in:
parent
f1c5ee2c10
commit
ea801a99dc
Notes:
sideshowbarker
2024-07-19 14:49:57 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/ea801a99dcd
@ -286,7 +286,7 @@ private:
|
||||
Vector<FileDescriptorAndFlags> m_fds;
|
||||
RingLevel m_ring { Ring0 };
|
||||
|
||||
int m_max_open_file_descriptors { 16 };
|
||||
int m_max_open_file_descriptors { 128 };
|
||||
|
||||
byte m_termination_status { 0 };
|
||||
byte m_termination_signal { 0 };
|
||||
|
Loading…
Reference in New Issue
Block a user