mihomo/hub/executor
chain710 b4503908df fix #322: add option general.find-process-mode, user can turn off findProcess feature in router
findProcess slow down connection due to repeat call to FindProcessName in router environment
this option has 3 values: always, strict, off
- always, equal to enable-process: true. Just try to merge all process related option into one
- strict, as default value, behavior remains unchanged
- off, turn off findProcess, useful in router environment
2023-01-09 19:48:39 +08:00
..
concurrent_load_limit.go fix: limit load provider concurrent size 2022-05-08 22:52:46 +08:00
concurrent_load_single.go fix: limit load provider concurrent size 2022-05-08 22:52:46 +08:00
concurrent_load_unlimit.go fix: limit load provider concurrent size 2022-05-08 22:52:46 +08:00
executor.go fix #322: add option general.find-process-mode, user can turn off findProcess feature in router 2023-01-09 19:48:39 +08:00