Use new features from Dex 1.2#1706
Conversation
Begin using DexLimiter (from Dex 1.2) in places instead of the hacky macros from bz-util.h
|
@chergert if you have any suggestions as well based on the diff, please do let me know. Does it make sense for the max concurrent io tasks to be defined in relation to |
|
Generally I would pin to core count. Since So I tend to just do what you've done there, n_cpu/2. |
|
I should also briefly mention, that if this is wrapping something like I'm not a fan of the glycin design in this standpoint, but that ship has sailed, at least as far as upstream GNOME is concerned. |
Begin using DexLimiter (from Dex 1.2) in places instead of the hacky macros from bz-util.h
Will need to do some testing to figure out what the best values are