Open alanwsmith opened 6 months ago
This pull request changes the example code for turning off crossbeam for tokio to use macos_fsevent instead of macos_kqueue
macos_fsevent
macos_kqueue
I'm suggesting this change based off the issue I'm seeing with too many open files with kqueue
My thinking is that this will help prevent folks running into the kqueue by using fsevent instead
kqueue
fsevent
This pull request changes the example code for turning off crossbeam for tokio to use
macos_fsevent
instead ofmacos_kqueue
I'm suggesting this change based off the issue I'm seeing with too many open files with kqueue
My thinking is that this will help prevent folks running into the
kqueue
by usingfsevent
instead