diff options
author | Kim Alvefur <zash@zash.se> | 2018-10-08 15:33:15 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-10-08 15:33:15 +0200 |
commit | 28522988cc6efe2c428b7c8aa9588743e4ce5ca5 (patch) | |
tree | 0b735db235023b7fc4f448947354e524cde6a4f7 /plugins/mod_s2s | |
parent | ab950b3e7993c975a951c0adc9f83a4dd6414dd6 (diff) | |
download | prosody-28522988cc6efe2c428b7c8aa9588743e4ce5ca5.tar.gz prosody-28522988cc6efe2c428b7c8aa9588743e4ce5ca5.zip |
util.poll: Increase max epoll events per call
This makes the struct roughly the same size in both epoll and select
mode (64bit).
There doesn’t seem to be much guidance on an appropriate size, it does
not seem to matter too much since if there are more events they will
simply show up in the next epoll_wait call. The number of exactly
concurrent events should be fairly low most of the time anyways.
Diffstat (limited to 'plugins/mod_s2s')
0 files changed, 0 insertions, 0 deletions